Object to register a string command enum by specifying its values one by one and then calling register method to register the enum itself.
register
Returned by CommandsModule.newStringEnum.
3.0
Adds a unique value to the enum values list.
reference to itself to be used in sequential calls
Registers the enum after specifying all of its values.
Generated using TypeDoc
Object to register a string command enum by specifying its values one by one and then calling
register
method to register the enum itself.Returned by CommandsModule.newStringEnum.
3.0