Documentation
Preparing search index...
@luolapeikko/graph-entity-types
GraphNodeEventMapping
Type Alias GraphNodeEventMapping<T>
Node event mapping for the graph. It defines the events that can be emitted by a node.
Since
v0.1.0
type
GraphNodeEventMapping
<
T
extends
IGraphBaseEntityNode
<
string
,
number
,
Record
<
string
,
unknown
>
>
,
>
=
{
nodeUpdated
:
[
T
]
;
}
Type Parameters
T
extends
IGraphBaseEntityNode
<
string
,
number
,
Record
<
string
,
unknown
>
>
Index
Properties
node
Updated
Properties
node
Updated
nodeUpdated
:
[
T
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
node
Updated
Documentation
Loading...
Node event mapping for the graph. It defines the events that can be emitted by a node.
Since
v0.1.0