Documentation / commands/CommandValidator
commands/CommandValidator
Classes
abstract
CommandValidator
Represents the command validator
Constructors
new CommandValidator()
new CommandValidator():
CommandValidator
Returns
Properties
properties
abstract
readonly
properties:CommandPropertyValidators
Defined in
commands/CommandValidator.ts:12
Accessors
isValid
Get Signature
get isValid():
boolean
Returns
boolean
Defined in
commands/CommandValidator.ts:14
Type Aliases
CommandPropertyValidators
CommandPropertyValidators:
object
Index Signature
[key
: string
]: Validator