Graphora API
Preparing search index...
@graphora/core
NodePositionsUpdatedEvent
Interface NodePositionsUpdatedEvent
interface
NodePositionsUpdatedEvent
{
nodeIds
:
readonly
GraphId
[]
;
nodeKeys
:
readonly
string
[]
;
type
:
"node:positions-updated"
;
updateCount
:
number
;
version
:
number
;
}
Hierarchy (
View Summary
)
GraphEventBase
NodePositionsUpdatedEvent
Index
Properties
node
Ids
node
Keys
type
update
Count
version
Properties
Readonly
node
Ids
nodeIds
:
readonly
GraphId
[]
Readonly
node
Keys
nodeKeys
:
readonly
string
[]
Readonly
type
type
:
"node:positions-updated"
Readonly
update
Count
updateCount
:
number
Readonly
version
version
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
node
Ids
node
Keys
type
update
Count
version
Graphora API
Loading...