OptionalallowIf true, the processor can handle unlisted commands
OptionalauthorThe author of the command
The command that this processor handles
OptionaldescriptionA description of the command
OptionalhooksHooks that are executed before and after the command is processed
OptionalmetadataThe metadata for the command processor
OptionalparametersParameters that the command accepts
OptionalprocessorsProcessors that are nested under this processor
OptionalstateRepresents the state configuration for the command processor
OptionalvalidateA function that validates the command before execution
An object with a valid property that indicates if the value is valid and an optional message property that contains a message to display if the value is not valid
OptionalvalueIf true, the value is required
OptionalversionThe version of the command processor
OptionalinitializeInitialize the command processor
The context in which the command is executed
Process the command
The command to process
The context in which the command is executed
OptionalwriteWrite the description of the command
The context in which the command is executed
Represents a command processor