Graphora API
Preparing search index...
@graphora/core
NodePositionUpdatedEvent
Interface NodePositionUpdatedEvent
interface
NodePositionUpdatedEvent
{
nodeId
:
GraphId
;
nodeKey
:
string
;
position
:
Point
|
null
;
type
:
"node:position-updated"
;
version
:
number
;
}
Hierarchy (
View Summary
)
GraphEventBase
NodePositionUpdatedEvent
Index
Properties
node
Id
node
Key
position
type
version
Properties
Readonly
node
Id
nodeId
:
GraphId
Readonly
node
Key
nodeKey
:
string
Readonly
position
position
:
Point
|
null
Readonly
type
type
:
"node:position-updated"
Readonly
version
version
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
node
Id
node
Key
position
type
version
Graphora API
Loading...