Search
Preparing search index...
The search index is not available
@byters/intern
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
Command
Class Command
Hierarchy
Command
Implements
Component
Index
Constructors
constructor
Properties
api
argument
Manager
lexer
name
options
parent
Methods
pre
Parse
run
Constructors
constructor
new
Command
(
)
:
Command
Returns
Command
Properties
api
api
:
ComponentAPI
argument
Manager
argument
Manager
:
ArgumentManager
Private
lexer
lexer
:
Lexer
= new Lexure.Lexer()
Abstract
name
name
:
string
Optional
options
options
:
CommandOptions
parent
parent
:
Entity
= CommandManager
Methods
pre
Parse
pre
Parse
(
data
:
APIMessage
, parameters
:
string
)
:
Awaited
<
Args
>
Parameters
data:
APIMessage
parameters:
string
Returns
Awaited
<
Args
>
Abstract
run
run
(
ctx
:
CommandContext
, args
:
Args
)
:
Awaited
<
any
>
Parameters
ctx:
CommandContext
args:
Args
Returns
Awaited
<
any
>
Globals
Command
constructor
api
argument
Manager
lexer
name
options
parent
pre
Parse
run
Generated using
TypeDoc