Object to register a command enum by specifying its key-value pairs one by one and then calling register method to register the enum itself.
register
Returned by CommandsModule.newEnum.
3.0
Adds a key-value pair to the enum data. Different keys can have the same value.
reference to itself to be used in sequential calls
Registers the enum after specifying all of its key-value pairs.
Generated using TypeDoc
Object to register a command enum by specifying its key-value pairs one by one and then calling
register
method to register the enum itself.Returned by CommandsModule.newEnum.
3.0