A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
ActionHandler
Type Alias ActionHandler
ActionHandler
:
(
action
:
Action
)
=>
void
|
Status
|
Promise
<
void
|
Status
>
Asynchronous application work invoked by
Action.run
.
Type Declaration
(
action
:
Action
)
:
void
|
Status
|
Promise
<
void
|
Status
>
Parameters
action
:
Action
Returns
void
|
Status
|
Promise
<
void
|
Status
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Asynchronous application work invoked by Action.run.