s-private API Documentation - v3.8.1
    Preparing search index...

    Function CommandItem

    • Individual selectable item in the command palette.

      Parameters

      • __namedParameters: Children & Omit<
            Pick<
                Pick<
                    DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
                    "key" | (keyof HTMLAttributes<HTMLDivElement>),
                > & {} & {},
                "key" | "asChild" | (keyof HTMLAttributes<HTMLDivElement>),
            >,
            "onSelect" | "disabled" | "value",
        > & {} & RefAttributes<HTMLDivElement>

      Returns Element

      Supports keyboard navigation and selection. Shows selected state with background highlight.

      CommandGroup for grouping items