Interface: PatternPreCommandRunPayload
pattern-commands/src.PatternPreCommandRunPayload
Hierarchy
↳
PatternPreCommandRunPayload
Properties
alias
• alias: string
The alias of this pattern command
Inherited from
PatternCommandDeniedPayload.alias
Defined in
projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:10
command
• command: PatternCommand
The command that is triggered by this PatternCommand
Inherited from
PatternCommandDeniedPayload.command
Defined in
projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:8
context
• context: CommandContext
Inherited from
PatternCommandDeniedPayload.context
Defined in
projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:17
message
• message: Message
<boolean
>
The message that triggered this PatternCommand
Inherited from
PatternCommandDeniedPayload.message
Defined in
projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:6
parameters
• parameters: string
Inherited from
PatternCommandDeniedPayload.parameters
Defined in
projects/plugins/packages/pattern-commands/src/lib/utils/PatternCommandInterfaces.ts:16