blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
CommandLogData
Interface CommandLogData<TItem>
interface
CommandLogData
<
TItem
extends
CommandLogItem
=
CommandLogItem
>
{
activeId
?:
string
;
capabilities
?:
Pick
<
TerminalCapabilities
,
"unicode"
>
;
characters
?:
CommandLogCharacters
;
items
:
readonly
TItem
[]
;
newestFirst
?:
boolean
;
onActiveIdChange
?:
(
id
:
string
)
=>
void
;
onRetry
?:
(
item
:
TItem
)
=>
void
;
}
Type Parameters
TItem
extends
CommandLogItem
=
CommandLogItem
Index
Properties
active
Id?
capabilities?
characters?
items
newest
First?
on
Active
Id
Change?
on
Retry?
Properties
Optional
active
Id
activeId
?:
string
Optional
capabilities
capabilities
?:
Pick
<
TerminalCapabilities
,
"unicode"
>
Optional
characters
characters
?:
CommandLogCharacters
items
items
:
readonly
TItem
[]
Optional
newest
First
newestFirst
?:
boolean
Optional
on
Active
Id
Change
onActiveIdChange
?:
(
id
:
string
)
=>
void
Optional
on
Retry
onRetry
?:
(
item
:
TItem
)
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Id
capabilities
characters
items
newest
First
on
Active
Id
Change
on
Retry
GitHub
Roadmap
blessed-components - v1.20.0
Loading...