Documentation / @zerotal/flow-ui / index / CommandProps
Interface: CommandProps
Defined in: flow-ui/src/components/Command.tsx:38
Indexable
[
key:string]:unknown
Properties
items
items:
CommandItem[]
Defined in: flow-ui/src/components/Command.tsx:39
placeholder?
optionalplaceholder?:string
Defined in: flow-ui/src/components/Command.tsx:41
Placeholder in the search box.
emptyMessage?
optionalemptyMessage?:string
Defined in: flow-ui/src/components/Command.tsx:43
Shown when nothing matches.
hotkey?
optionalhotkey?:string|null
Defined in: flow-ui/src/components/Command.tsx:48
Key that opens it, with the platform modifier. Defaults to k.
Pass null to mount it closed with no global shortcut, opened by your own code.
class?
optionalclass?:string
Defined in: flow-ui/src/components/Command.tsx:49