Reference - BaklavaJS
Preparing search index...
@baklavajs/core
INodeInterfaceState
Interface INodeInterfaceState<T>
interface
INodeInterfaceState
<
T
>
{
id
:
string
;
templateId
?:
string
;
value
:
T
;
[
key
:
string
]:
any
;
}
Type Parameters
T
Hierarchy
Record
<
string
,
any
>
INodeInterfaceState
Indexable
[
key
:
string
]:
any
Index
Properties
id
template
Id?
value
Properties
id
id
:
string
Optional
template
Id
templateId
?:
string
value
value
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
template
Id
value
Reference - BaklavaJS
Loading...