Skip to main content

Interface: ArgumentContext<T>

Type parameters

NameType
Tunknown

Hierarchy

  • Record<PropertyKey, unknown>

    ArgumentContext

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