MarkerData: {
    icon?: Models.Assets.Image;
    micrioLink?: ImageInfo;
    micrioSplitLink?: string;
    noAnimate?: boolean;
    showTitle?: boolean;
    noPopup?: boolean;
    staticPopup?: boolean;
    preventImageOpen?: boolean;
    embedsAreMarker?: boolean;
    keepEmbedsOpen?: boolean;
    embedsAsHtml?: boolean;
    notEmpty?: boolean;
    doJump?: boolean;
    alwaysOpen?: boolean;
    scales?: boolean;
    _meta?: {
        gridView?: boolean;
        gridAction?: string;
        gridSize?: number | string;
        [key: string]: any;
    };
}

Optional individual marker settings

Type declaration

  • Optional icon?: Models.Assets.Image

    A custom marker icon image

  • Optional micrioLink?: ImageInfo

    This marker links to this image

  • Optional micrioSplitLink?: string

    This marker opens secondary split image with id

  • Optional noAnimate?: boolean

    Don't animate the camera when opening this marker

  • Optional showTitle?: boolean

    Show the title below the marker

    Deprecated

    Use the main marker setting for this

  • Optional noPopup?: boolean

    Prevent opening the marker popup

  • Optional staticPopup?: boolean

    This marker has a static popup instead of being placed relative to the marker

    Deprecated

    Use the main marker setting for this

  • Optional preventImageOpen?: boolean

    Don't open a large image viewer/gallery on image click

  • Optional embedsAreMarker?: boolean

    The marker in-image embeds are the marker trigger instead of a regular marker button

  • Optional keepEmbedsOpen?: boolean

    The marker in-image embeds stay visible after closing the marker

  • Optional embedsAsHtml?: boolean

    Force HTML rendering of image embeds

  • Optional notEmpty?: boolean

    Force a marker popup no matter what

  • Optional doJump?: boolean

    Jump the camera when opening this marker

  • Optional alwaysOpen?: boolean

    This marker is not closeable

  • Optional scales?: boolean

    The marker scales with the zooming image

  • Optional _meta?: {
        gridView?: boolean;
        gridAction?: string;
        gridSize?: number | string;
        [key: string]: any;
    }

    Optional custom settings. This is the "Custom JSON" field in the marker editor

    • [key: string]: any
    • Optional gridView?: boolean

      For in grid multi-image tour, this step is in grid view

    • Optional gridAction?: string

      Custom grid actions, action and action data |-separated

    • Optional gridSize?: number | string

      When opening this marker inside a grid, resize the tile to this

Generated using TypeDoc