Graphora API
Preparing search index...
@graphora/core
EdgeUpdatedEvent
Interface EdgeUpdatedEvent<EdgeData>
interface
EdgeUpdatedEvent
<
EdgeData
=
unknown
>
{
change
:
"data"
|
"attributes"
;
edge
:
GraphEdge
<
EdgeData
>
;
edgeId
:
GraphId
;
edgeKey
:
string
;
type
:
"edge:updated"
;
version
:
number
;
}
Type Parameters
EdgeData
=
unknown
Hierarchy (
View Summary
)
GraphEventBase
EdgeUpdatedEvent
Index
Properties
change
edge
edge
Id
edge
Key
type
version
Properties
Readonly
change
change
:
"data"
|
"attributes"
Readonly
edge
edge
:
GraphEdge
<
EdgeData
>
Readonly
edge
Id
edgeId
:
GraphId
Readonly
edge
Key
edgeKey
:
string
Readonly
type
type
:
"edge:updated"
Readonly
version
version
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
change
edge
edge
Id
edge
Key
type
version
Graphora API
Loading...