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

    Type Alias MarkerTourStepInfo

    Auto generated metadata for marker tours

    type MarkerTourStepInfo = {
        chapter?: number;
        currentTime?: number;
        duration: number;
        ended?: boolean;
        gridView?: boolean;
        hasSubtitle?: boolean;
        imageHasOtherMarkers?: boolean;
        marker: Marker;
        markerId: string;
        micrioId: string;
        startView?: View;
    }
    Index

    Properties

    chapter?: number
    currentTime?: number

    Media current time

    duration: number
    ended?: boolean

    Media has ended

    gridView?: boolean

    For in grid multi-image tour, stay in the grid view

    hasSubtitle?: boolean
    imageHasOtherMarkers?: boolean
    marker: Marker
    markerId: string
    micrioId: string
    startView?: View