Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandParam

Hierarchy

  • CommandParam

Index

Properties

Optional description

description: string

Command description -- used with the help command and during validation error(s) (optional).

name

name: string

Name of the command, i.e.: !ping or >hellow

Optional pattern

pattern: string

Regular expression pattern for validating this parameter (optional).

Optional required

required: boolean

Determine if this parameter is required (optional).

Optional value

value: string

Initial default value (optional).

Generated using TypeDoc