UI Headless Runtime API - v1.0.0
    Preparing search index...

    Interface CommandPaletteSelectEvent

    Command Palette selection payload.

    interface CommandPaletteSelectEvent {
        command: Readonly<CommandItem>;
        details: ChangeDetails<CommandPaletteReason>;
    }
    Index

    Properties

    Properties

    command: Readonly<CommandItem>

    Selected command.

    Typed cause and optional native event.