MarkerData: {
    _meta?: {
        gridAction?: string;
        gridSize?: number | string;
        gridView?: boolean;
        [key: string]: any;
    };
    alwaysOpen?: boolean;
    customIconIdx?: number;
    doJump?: boolean;
    gridTourTransition?: MarkerFocusTransition;
    icon?: Models.Assets.Image;
    micrioLink?: Partial<ImageInfo>;
    micrioSplitLink?: string;
    noAnimate?: boolean;
    notEmpty?: boolean;
    preventImageOpen?: boolean;
    scales?: boolean;
    showTitle?: boolean;
}

Optional individual marker settings

Type declaration

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

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

    • [key: string]: any

      Any other value is accepted

    • 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

    • Optional gridView?: boolean

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

  • Optional alwaysOpen?: boolean

    This marker is not closeable

  • Optional customIconIdx?: number

    A predefined custom icon idx in MarkerSettings

  • Optional doJump?: boolean

    Jump the camera when opening this marker

  • Optional gridTourTransition?: MarkerFocusTransition

    Grid tour transition animation

  • Optional icon?: Models.Assets.Image

    A custom marker icon image

  • Optional micrioLink?: Partial<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 notEmpty?: boolean

    Force a marker popup no matter what

  • Optional preventImageOpen?: boolean

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

  • Optional scales?: boolean

    The marker scales with the zooming image

  • Optional showTitle?: boolean

    Show the title below the marker

    Deprecated

    Use the main marker setting for this