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