eligius
    Preparing search index...

    Interface SeekEvent

    Event: timeline-seek

    The position to seek to

    The current position

    The timeline duration

    interface SeekEvent {
        args: [seekPosition: number, currentPosition: number, duration: number];
        name: "timeline-seek";
    }
    Index

    Properties

    Properties

    args: [seekPosition: number, currentPosition: number, duration: number]
    name: "timeline-seek"