The command that provides an instance of the user interaction to customize.
Optional name: stringPrivate endPrivate Readonly iOptional name: stringPrivate interactionPrivate startPrivate thenA predicate to execution just before the end of the interaction execution.
The predicate to execute. If it returns true, the interaction is cancelled.
A predicate to execution just before the interaction starts.
The predicate to execute. If it returns true, the interaction is cancelled.
Combines 'first' and 'then'.
The predicate to execute. If it returns true, the interaction is cancelled.
It is recommanded to change the name of the customized user interaction with a unique name.
The unique name of the customized user interaction.
Private processA predicate to execution just before each interaction update.
The predicate to execute. If it returns true, the interaction is cancelled.
Generated using TypeDoc
An implementation of
InteractionBuilder.