THEOplayer Web SDK
    Preparing search index...

    Interface ContentSteeringStartEvent

    Fired when content steering starts.

    interface ContentSteeringStartEvent {
        date: Date;
        type: "contentsteeringstart";
    }

    Hierarchy (View Summary)

    • Event<"contentsteeringstart">
      • ContentSteeringStartEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    type: "contentsteeringstart"

    The type of the event.