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

    Interface CommandPaletteQueryEvent

    Command Palette query payload.

    interface CommandPaletteQueryEvent {
        details: ChangeDetails<CommandPaletteReason>;
        query: string;
    }
    Index

    Properties

    Properties

    Typed cause and optional native event.

    query: string

    Next query.