Interface Mapping<TOptions, TType>

Type Parameters

  • TOptions extends {
        mappingType: string;
    } | unknown

  • TType = DeviceType

Hierarchy

  • Mapping

Properties

device: TType
deviceId: string
layerName?: string

Human-readable name given to the layer. Can be used by devices to set the label of e.g. a fader a mapping points to.

options: TOptions

Mapping specific options

Generated using TypeDoc