Preparing search index...
The search index is not available
Reference - BaklavaJS
Reference - BaklavaJS
@baklavajs/core
IGraphTemplateState
Interface IGraphTemplateState
interface
IGraphTemplateState
{
connections
:
IConnectionState
[]
;
id
:
string
;
inputs
:
readonly
IGraphInterface
[]
;
name
:
string
;
nodes
:
INodeState
<
unknown
,
unknown
>
[]
;
outputs
:
readonly
IGraphInterface
[]
;
}
Hierarchy (
view full
)
IGraphState
IGraphTemplateState
Index
Properties
connections
id
inputs
name
nodes
outputs
Properties
connections
connections
:
IConnectionState
[]
id
id
:
string
inputs
inputs
:
readonly
IGraphInterface
[]
Deprecated
name
name
:
string
nodes
nodes
:
INodeState
<
unknown
,
unknown
>
[]
outputs
outputs
:
readonly
IGraphInterface
[]
Deprecated
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
connections
id
inputs
name
nodes
outputs
Reference - BaklavaJS
Loading...
Deprecated