blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
ActionBarData
Interface ActionBarData<TAction>
interface
ActionBarData
<
TAction
extends
ActionBarAction
=
ActionBarAction
>
{
actions
:
readonly
TAction
[]
;
activeId
?:
string
;
capabilities
?:
Pick
<
TerminalCapabilities
,
"unicode"
>
;
characters
?:
ActionBarCharacters
;
onAction
?:
(
action
:
TAction
)
=>
void
;
onActiveIdChange
?:
(
id
:
string
)
=>
void
;
width
?:
number
;
}
Type Parameters
TAction
extends
ActionBarAction
=
ActionBarAction
Index
Properties
actions
active
Id?
capabilities?
characters?
on
Action?
on
Active
Id
Change?
width?
Properties
actions
actions
:
readonly
TAction
[]
Optional
active
Id
activeId
?:
string
Optional
capabilities
capabilities
?:
Pick
<
TerminalCapabilities
,
"unicode"
>
Optional
characters
characters
?:
ActionBarCharacters
Optional
on
Action
onAction
?:
(
action
:
TAction
)
=>
void
Optional
on
Active
Id
Change
onActiveIdChange
?:
(
id
:
string
)
=>
void
Optional
width
width
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
active
Id
capabilities
characters
on
Action
on
Active
Id
Change
width
GitHub
Roadmap
blessed-components - v1.20.0
Loading...