Skip to main content

Interface: ArgumentContext<T>

Extends

  • Record<PropertyKey, unknown>

Type Parameters

Type ParameterDefault type
Tunknown

Properties

args

args: Args

Defined in

projects/framework/src/lib/structures/Argument.ts:135


argument

argument: IArgument<T>

Defined in

projects/framework/src/lib/structures/Argument.ts:134


command

command: MessageCommand

Defined in

projects/framework/src/lib/structures/Argument.ts:137


commandContext

commandContext: MessageCommandContext

Defined in

projects/framework/src/lib/structures/Argument.ts:138


inclusive?

optional inclusive: boolean

Defined in

projects/framework/src/lib/structures/Argument.ts:141


maximum?

optional maximum: number

Defined in

projects/framework/src/lib/structures/Argument.ts:140


message

message: Message<boolean>

Defined in

projects/framework/src/lib/structures/Argument.ts:136


minimum?

optional minimum: number

Defined in

projects/framework/src/lib/structures/Argument.ts:139