blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
RenderCommandCenterOptions
Interface RenderCommandCenterOptions<TItem>
Renderer options.
interface
RenderCommandCenterOptions
<
TItem
extends
CommandCenterItem
=
CommandCenterItem
,
>
{
activeId
?:
string
;
characters
?:
CommandCenterCharacters
;
height
?:
number
;
items
:
readonly
TItem
[]
;
query
?:
string
;
recentIds
?:
readonly
string
[]
;
width
?:
number
;
}
Type Parameters
TItem
extends
CommandCenterItem
=
CommandCenterItem
Index
Properties
active
Id?
characters?
height?
items
query?
recent
Ids?
width?
Properties
Optional
active
Id
activeId
?:
string
Optional
characters
characters
?:
CommandCenterCharacters
Optional
height
height
?:
number
items
items
:
readonly
TItem
[]
Optional
query
query
?:
string
Optional
recent
Ids
recentIds
?:
readonly
string
[]
Optional
width
width
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Id
characters
height
items
query
recent
Ids
width
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Renderer options.