Recommend using CommandBuilderContext.when()
.
Optional
end: string | numberAdd a command into the interval.
See commands syntax for details about arguments.
Rest
...args: FilterArgument[]Shorthand for on('enter', ...)
.
See commands syntax for details about arguments.
Rest
...args: FilterArgument[]Shorthand for on('enter+leave', ...)
.
See commands syntax for details about arguments.
Rest
...args: FilterArgument[]Shorthand for on('leave', ...)
.
See commands syntax for details about arguments.
Rest
...args: FilterArgument[]
Builder for command intervals.