THEOplayer Web SDK
    Preparing search index...

    Interface AdEvent<TType>

    Base type for events related to a single ad.

    interface AdEvent<TType extends string> {
        ad: Ad;
        date: Date;
        type: TType;
    }

    Type Parameters

    • TType extends string

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ad: Ad

    The ad.

    date: Date

    The creation date of the event.

    type: TType

    The type of the event.