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

Timed events inside a ImageData.VideoTour

Type declaration

  • Optional action?: string

    Custom event name

  • Optional active?: boolean

    The event is currently active

  • Optional data?: string

    Custom event data

  • end: number

    End time in seconds

  • Optional id?: string

    Optional ID to hook to

  • start: number

    Start time in seconds