THEOplayer Web SDK Connectors
    Preparing search index...

    Interface Event<TType>

    interface Event<TType extends string = string> {
        date: Date;
        type: TType;
    }

    Type Parameters

    • TType extends string = string
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    type: TType

    The type of the event.