A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
MakeActionOptions
Interface MakeActionOptions
Per-instance collaborators supplied by
ActionRegistry.makeAction
.
interface
MakeActionOptions
{
id
?:
string
;
nodeMap
?:
NodeMap
;
session
?:
ActionSessionContext
|
null
;
stream
?:
WireStream
|
null
;
}
Index
Properties
id?
node
Map?
session?
stream?
Properties
Optional
id
id
?:
string
Optional
node
Map
nodeMap
?:
NodeMap
Optional
session
session
?:
ActionSessionContext
|
null
Optional
stream
stream
?:
WireStream
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
node
Map
session
stream
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Per-instance collaborators supplied by ActionRegistry.makeAction.