Configuration interface for a RemoteControl.

interface RemoteControlConfig {
    customReceiverConfig?: RemoteControlCustomReceiverConfig;
}

Hierarchy (view full)

Properties

customReceiverConfig?: RemoteControlCustomReceiverConfig

An arbitrary configuration object that is sent to the receiver when a connection is established. This object can carry configuration values that are of no concern to and are handled outside of the RemoteControl/ RemoteControlReceiver architecture.