@pond-ts/process API Reference
Preparing search index...
index
GraphNodeJson
Interface GraphNodeJson
Serialized form of one node. Structure only — no values.
interface
GraphNodeJson
{
id
:
string
;
inputs
:
readonly
string
[]
;
kind
:
string
;
outputs
:
readonly
string
[]
;
}
Index
Properties
id
inputs
kind
outputs
Properties
Readonly
id
id
:
string
Readonly
inputs
inputs
:
readonly
string
[]
Readonly
kind
kind
:
string
Readonly
outputs
outputs
:
readonly
string
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
inputs
kind
outputs
@pond-ts/process API Reference
Loading...
Serialized form of one node. Structure only — no values.