THEOplayer Web SDK
    Preparing search index...

    Interface PlayEvent

    Fired when ChromelessPlayer.paused changes to false.

    interface PlayEvent {
        currentTime: number;
        date: Date;
        type: "play";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    currentTime: number

    The player's current time.

    date: Date

    The creation date of the event.

    type: "play"

    The type of the event.