The type of the first interaction
The type of the second interaction
The type of the first interaction data
The class of the first interaction data
The class of the second interaction data
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 currentPrivate Readonly i1Private Readonly i2Protected 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 getOptional _state: OutputStateProtected 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
The Or user interaction. This is an XOr. Either one of the two interactions can run at a given instant.