Interface RemoteControlCustomReceiverConfig

interface RemoteControlCustomReceiverConfig {
    receiverStylesheetUrl?: string;
    [key: string]: string | undefined;
}

Indexable

[key: string]: string | undefined

Arbitrary configuration values that are sent to the remote control receiver.

Properties

receiverStylesheetUrl?: string

A URL to a stylesheet that customizes the receiver UI style.