Preparing search index...
The search index is not available
Reference - BaklavaJS
Reference - BaklavaJS
@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 full
)
INodeState
<
any
,
any
>
IGraphNodeState
Index
Properties
graph
State
id
inputs
outputs
title
type
Properties
graph
State
graph
State
:
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...