Skip to main content

Interface: AutocompleteCommandContext

Defined in: projects/framework/src/lib/types/CommandTypes.ts:238

Extends

  • Record<PropertyKey, unknown>

Indexable

[key: string]: unknown

[key: number]: unknown

[key: symbol]: unknown

Properties

commandId

commandId: string

Defined in: projects/framework/src/lib/types/CommandTypes.ts:246

The id of the command.


commandName

commandName: string

Defined in: projects/framework/src/lib/types/CommandTypes.ts:242

The name of the command.