blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
KeymapHelpData
Interface KeymapHelpData<TCommand>
interface
KeymapHelpData
<
TCommand
extends
KeymapHelpCommand
=
KeymapHelpCommand
>
{
capabilities
?:
Pick
<
TerminalCapabilities
,
"unicode"
>
;
commands
:
readonly
TCommand
[]
;
onQueryChange
?:
(
query
:
string
)
=>
void
;
query
?:
string
;
scope
?:
string
;
}
Type Parameters
TCommand
extends
KeymapHelpCommand
=
KeymapHelpCommand
Index
Properties
capabilities?
commands
on
Query
Change?
query?
scope?
Properties
Optional
capabilities
capabilities
?:
Pick
<
TerminalCapabilities
,
"unicode"
>
commands
commands
:
readonly
TCommand
[]
Optional
on
Query
Change
onQueryChange
?:
(
query
:
string
)
=>
void
Optional
query
query
?:
string
Optional
scope
scope
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capabilities
commands
on
Query
Change
query
scope
GitHub
Roadmap
blessed-components - v1.20.0
Loading...