Interface: ArgumentContext<T>
Type parameters
Name | Type |
---|---|
T | unknown |
Hierarchy
Record
<PropertyKey
,unknown
>↳
ArgumentContext
Properties
args
• args: Args
Defined in
projects/framework/src/lib/structures/Argument.ts:116
argument
• argument: IArgument
<T
>
Defined in
projects/framework/src/lib/structures/Argument.ts:115
command
• command: MessageCommand
Defined in
projects/framework/src/lib/structures/Argument.ts:118
commandContext
• commandContext: MessageCommandContext
Defined in
projects/framework/src/lib/structures/Argument.ts:119
inclusive
• Optional
inclusive: boolean
Defined in
projects/framework/src/lib/structures/Argument.ts:122
maximum
• Optional
maximum: number
Defined in
projects/framework/src/lib/structures/Argument.ts:121
message
• message: Message
<boolean
>
Defined in
projects/framework/src/lib/structures/Argument.ts:117
minimum
• Optional
minimum: number