Tour: {
    id: string;
    title: string;
    description: string;
    slug: string;
    autostart?: boolean;
    minimize?: boolean;
    cannotClose?: boolean;
    closeOnFinish?: boolean;
}

The MicrioTour abstract shared class for both MarkerTour and VideoTour

Abstract

Type declaration

  • id: string

    The tour id

  • title: string

    The tour title

  • description: string

    The tour description

  • slug: string

    The tour url slug

  • Optional autostart?: boolean

    Autostart this tour on image load

  • Optional minimize?: boolean

    Auto-minimize controls while playing and idle

  • Optional cannotClose?: boolean

    Cannot close this tour

  • Optional closeOnFinish?: boolean

    Exit the tour on finish

Generated using TypeDoc