Creates the interaction.
The logger to use for this interaction
Optional
name: stringThe name of the user interaction
Protected
Readonly
_dataThe interaction data
Protected
Readonly
_dynamicProtected
Readonly
_fsmProtected
_logProtected
Readonly
_nameProtected
Readonly
_registeredThe current nodes that the interaction works on
Protected
activatedDefines if the interaction is activated or not. If not, the interaction will not change on events.
Protected
currentProtected
latestProtected
Readonly
loggerProtected
Readonly
mutationThe current list of mutation observers. Used for listening changes in node lists.
Protected
throttleThe interaction data of the user interaction. Cannot be null.
The nodes for which the user interaction will register their child nodes dynamically.
The FSM of the user interaction.
The real name of the interaction.
True if the default behavior associated to the event will be executed.
Sets whether the default behavior associated to the event will be executed.
True: the default behavior associated to the event will be ignored.
The registered nodes.
True if the user interaction will stop immediately the propagation of events processed by this user interaction to others listeners.
Sets whether the user interaction will stop immediately the propagation of events processed by this user interaction to others listeners.
True: the propagation of the events will stop immediately.
Visiting the interaction and its FSM.
The visitor.
Protected
getProtected
getProtected
getProtected
getProtected
getProtected
getProtected
getUIHandlerProtected
registerProtected
registerProtected
registerPermits to listen any change in the content (ie children) of the given node. For all child nodes of the given node, this interaction subscribes to it. This is dynamic: on new child nodes, the interaction registers to them. On child removals, the interaction unregisters to them.
The node which children will be observed by the interaction.
Protected
unregisterProtected
unregisterProtected
unregisterProtected
unregisterProtected
updateGenerated using TypeDoc
A user interaction for Number input.