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

    • OptionalgridAction?: string

      Custom grid actions, action and action data |-separated

    • OptionalgridSize?: number | string

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

    • OptionalgridView?: boolean

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

  • OptionalalwaysOpen?: boolean

    This marker is not closeable

  • OptionalcustomIconIdx?: number

    A predefined custom icon idx in MarkerSettings

  • OptionaldoJump?: boolean

    Jump the camera when opening this marker

  • OptionalgridTourTransition?: MarkerFocusTransition

    Grid tour transition animation

  • Optionalicon?: Models.Assets.Image

    A custom marker icon image

  • OptionalmicrioLink?: Partial<ImageInfo>

    This marker links to this image

  • OptionalmicrioSplitLink?: string

    This marker opens secondary split image with id

  • OptionalnoAnimate?: boolean

    Don't animate the camera when opening this marker

  • OptionalnotEmpty?: boolean

    Force a marker popup no matter what

  • OptionalpreventImageOpen?: boolean

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

  • Optionalscales?: boolean

    The marker scales with the zooming image

  • OptionalshowTitle?: boolean

    Show the title below the marker

    Use the main marker setting for this