Interface: TriggerInputSource<TTriggerBinding>
Defined in: input/input-sources/trigger-input-source.ts:6
Represents a trigger input source with associated bindings.
Extends
InputSource
Type Parameters
TTriggerBinding
TTriggerBinding extends InputBinding<TriggerAction>
Properties
name
name:
string
Defined in: input/input-source.ts:6
The name of this input source.
Inherited from
InputSource.name
triggerBindings
triggerBindings:
Set<TTriggerBinding>
Defined in: input/input-sources/trigger-input-source.ts:9