The type of the command that will produce this binding.
The type of the interaction that will use this binding.
The type of the accumulator.
The interaction data type (infered from the interaction type)
Readonly
accumulatorThe accumulator used during the binding.
States whether the binding is activated.
Readonly
commandThe command in progress or null.
Readonly
continuousStates whether the command must be executed on each step of the interaction (and not only at the end of the interaction execution).
Readonly
interactionThe user interaction.
Readonly
linterThe linter rules specific to this binding.
Logs (or not) binding execution information.
Logs (or not) command production information
Logs (or not) usage information of the binding for usage analysis
Readonly
nameThe name of the binding
Readonly
producesAn RX observable objects that will provide the commands produced by the binding.
Readonly
runningStates whether the binding is running.
Readonly
timesInformation method. The number of times the binding was cancelled (nevermind a command was created or not).
Readonly
timesInformation method.
The number of times the binding successfully ended (nevermind a command was created or not).
Visiting the binding.
The visitor.
Generated using TypeDoc
The concept of binding and its related services.