MAIDR Documentation - v3.58.2
    Preparing search index...

    Represents the state of the command palette interface.

    interface CommandPaletteState {
        visible: boolean;
        commands: CommandItem[];
        selectedIndex: number;
        search: string;
    }
    Index

    Properties

    visible: boolean
    commands: CommandItem[]
    selectedIndex: number
    search: string