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

    Timed events inside a ImageData.VideoTour

    type Event = {
        action?: string;
        active?: boolean;
        data?: string;
        end: number;
        id?: string;
        start: number;
    }
    Index

    Properties

    action?: string

    Custom event name

    active?: boolean

    The event is currently active

    data?: string

    Custom event data

    end: number

    End time in seconds

    id?: string

    Optional ID to hook to

    start: number

    Start time in seconds