THEOplayer Web SDK
    Preparing search index...

    Interface AdMetadataEvent

    Fired when an ads list is loaded.

    interface AdMetadataEvent {
        date: Date;
        type: "admetadata";
    }

    Hierarchy (View Summary)

    • Event<"admetadata">
      • AdMetadataEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    type: "admetadata"

    The type of the event.