Micrio Client - v6.0.0
    Preparing search index...

    Type Alias MarkerData

    Optional individual marker settings

    type 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<Models.ImageInfo.ImageInfo>;
        micrioSplitLink?: string;
        noAnimate?: boolean;
        notEmpty?: boolean;
        preventImageOpen?: boolean;
        scales?: boolean;
        showTitle?: boolean;
    }
    Index

    Properties

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

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

    Type Declaration

    • [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

    alwaysOpen?: boolean

    This marker is not closeable

    customIconIdx?: number

    A predefined custom icon idx in MarkerSettings

    doJump?: boolean

    Jump the camera when opening this marker

    gridTourTransition?: MarkerFocusTransition

    Grid tour transition animation

    A custom marker icon image

    micrioLink?: Partial<Models.ImageInfo.ImageInfo>

    This marker links to this image

    micrioSplitLink?: string

    This marker opens secondary split image with id

    noAnimate?: boolean

    Don't animate the camera when opening this marker

    notEmpty?: boolean

    Force a marker popup no matter what

    preventImageOpen?: boolean

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

    scales?: boolean

    The marker scales with the zooming image

    showTitle?: boolean

    Show the title below the marker

    Use the main marker setting for this