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:134
argument
• argument: IArgument
<T
>
Defined in
projects/framework/src/lib/structures/Argument.ts:133
command
• command: MessageCommand
Defined in
projects/framework/src/lib/structures/Argument.ts:136
commandContext
• commandContext: MessageCommandContext
Defined in
projects/framework/src/lib/structures/Argument.ts:137
inclusive
• Optional
inclusive: boolean
Defined in
projects/framework/src/lib/structures/Argument.ts:140
maximum
• Optional
maximum: number
Defined in
projects/framework/src/lib/structures/Argument.ts:139
message
• message: Message
<boolean
>
Defined in
projects/framework/src/lib/structures/Argument.ts:135
minimum
• Optional
minimum: number