THEOplayer Web SDK
    Preparing search index...

    Interface ContentSteeringStopEvent

    Fired when content steering stops.

    interface ContentSteeringStopEvent {
        date: Date;
        type: "contentsteeringstop";
    }

    Hierarchy (View Summary)

    • Event<"contentsteeringstop">
      • ContentSteeringStopEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    type: "contentsteeringstop"

    The type of the event.