A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
ActionMessageOptions
Interface ActionMessageOptions
Action call identity, port mappings, and headers accepted on the wire.
interface
ActionMessageOptions
{
headers
?:
ReadonlyMap
<
string
,
Uint8Array
<
ArrayBufferLike
>
>
;
id
?:
string
;
inputs
?:
readonly
Port
[]
;
name
?:
string
;
outputs
?:
readonly
Port
[]
;
}
Index
Properties
headers?
id?
inputs?
name?
outputs?
Properties
Optional
headers
headers
?:
ReadonlyMap
<
string
,
Uint8Array
<
ArrayBufferLike
>
>
Optional
id
id
?:
string
Optional
inputs
inputs
?:
readonly
Port
[]
Optional
name
name
?:
string
Optional
outputs
outputs
?:
readonly
Port
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
id
inputs
name
outputs
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Action call identity, port mappings, and headers accepted on the wire.