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

    Type Alias TourAbstract

    The MicrioTour abstract shared class for both MarkerTour and VideoTour

    type Tour = {
        cannotClose?: boolean;
        closeOnFinish?: boolean;
        i18n?: I18n<TourCultureData>;
        id: string;
        minimize?: boolean;
    }
    Index

    Properties

    cannotClose?: boolean

    Cannot close this tour

    closeOnFinish?: boolean

    Exit the tour on finish

    Localized tour culture data

    id: string

    The tour id

    minimize?: boolean

    Auto-minimize controls while playing and idle