Preparing search index...
The search index is not available
Reference - BaklavaJS
Reference - BaklavaJS
@baklavajs/core
IGraphState
Interface IGraphState
interface
IGraphState
{
connections
:
IConnectionState
[]
;
id
:
string
;
inputs
:
readonly
IGraphInterface
[]
;
nodes
:
INodeState
<
unknown
,
unknown
>
[]
;
outputs
:
readonly
IGraphInterface
[]
;
}
Hierarchy (
view full
)
IGraphState
IGraphTemplateState
Implemented by
GraphTemplate
Index
Properties
connections
id
inputs
nodes
outputs
Properties
connections
connections
:
IConnectionState
[]
id
id
:
string
inputs
inputs
:
readonly
IGraphInterface
[]
Deprecated
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
nodes
outputs
Reference - BaklavaJS
Loading...
Deprecated