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

    Represents a single command item in the command palette.

    interface CommandItem {
        key: string;
        description: string;
        commandKey: never;
    }
    Index

    Properties

    key: string
    description: string
    commandKey: never