Table of Contents

Documentation / commands/CommandValidator

commands/CommandValidator

Classes

abstract CommandValidator

Represents the command validator

Constructors

new CommandValidator()

new CommandValidator(): CommandValidator

Returns

CommandValidator

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

Defined in

commands/CommandValidator.ts:6