Player state with page information. Sent by player to inform host about current page state.

interface WidgetParameter {
    key: string;
    value?: string;
}

Properties

Properties

key: string
value?: string