Skip to content

apollo-code


apollo-code / ui/src / RegisteredSlashCommand

Interface: RegisteredSlashCommand

Extends

Properties

aliases?

optional aliases?: readonly string[]

Inherited from

SlashCommand.aliases


available?

optional available?: boolean

Inherited from

SlashCommand.available


description

description: string

Inherited from

SlashCommand.description


name

name: string

Inherited from

SlashCommand.name


source

source: SlashCommandSource

Methods

run()

run(input): void | Promise<void>

Parameters

input

SlashCommandInput

Returns

void | Promise<void>

Inherited from

SlashCommand.run