Reference - BaklavaJS
Preparing search index...
@baklavajs/core
IGraphNodeState
Interface IGraphNodeState
interface
IGraphNodeState
{
graphState
:
IGraphState
;
id
:
string
;
inputs
:
NodeInterfaceDefinitionStates
<
any
>
&
NodeInterfaceDefinitionStates
<
Record
<
string
,
NodeInterface
<
any
>
>
,
>
;
outputs
:
NodeInterfaceDefinitionStates
<
any
>
&
NodeInterfaceDefinitionStates
<
Record
<
string
,
NodeInterface
<
any
>
>
,
>
;
title
:
string
;
type
:
string
;
}
Hierarchy (
View Summary
)
INodeState
<
any
,
any
>
IGraphNodeState
Index
Properties
graph
State
id
inputs
outputs
title
type
Properties
graph
State
graphState
:
IGraphState
id
id
:
string
inputs
inputs
:
NodeInterfaceDefinitionStates
<
any
>
&
NodeInterfaceDefinitionStates
<
Record
<
string
,
NodeInterface
<
any
>
>
,
>
outputs
outputs
:
NodeInterfaceDefinitionStates
<
any
>
&
NodeInterfaceDefinitionStates
<
Record
<
string
,
NodeInterface
<
any
>
>
,
>
title
title
:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
graph
State
id
inputs
outputs
title
type
Reference - BaklavaJS
Loading...