@cartridge-engine/keyboard-engine
Preparing search index...
undo
Type Alias undo<TValue>
undo
:
(
ctx
:
CompositionContext
<
TValue
>
)
=>
CompositionContext
<
TValue
>
|
null
Undo action for a single composition key.
Type Parameters
TValue
=
unknown
Type Declaration
(
ctx
:
CompositionContext
<
TValue
>
)
:
CompositionContext
<
TValue
>
|
null
Parameters
ctx
:
CompositionContext
<
TValue
>
Returns
CompositionContext
<
TValue
>
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cartridge-engine/keyboard-engine
Loading...
Undo action for a single composition key.