Optionaldisabled?: booleanWhether this item is currently disabled.
OptionalforceMount?: booleanWhether this item is forcibly rendered regardless of filtering.
Optionalkeywords?: string[]Optional keywords to match against when filtering.
OptionalonSelect?: (value: string) => voidEvent handler for when this item is selected, either via click or keyboard selection.
Optionalvalue?: stringA unique value for this item.
If no value is provided, it will be inferred from children or the rendered textContent. If your textContent changes between renders, you must provide a stable, unique value.
Command menu for React. These components are built on cmdk and styled with Shadcn UI.