THEOplayer Web SDK
    Preparing search index...

    Interface ContentSteeringLocationChangeEvent

    Fired when the player chooses a new service location.

    interface ContentSteeringLocationChangeEvent {
        date: Date;
        serviceLocation: undefined | string;
        type: "contentsteeringlocationchange";
    }

    Hierarchy (View Summary)

    • Event<"contentsteeringlocationchange">
      • ContentSteeringLocationChangeEvent
    Index

    Properties

    date: Date

    The creation date of the event.

    serviceLocation: undefined | string

    The new service location.

    type: "contentsteeringlocationchange"

    The type of the event.