Graphora API
Preparing search index...
@graphora/engine
GraphEngineViewChangedEvent
Interface GraphEngineViewChangedEvent
interface
GraphEngineViewChangedEvent
{
edgeCount
:
number
;
nodeCount
:
number
;
reason
:
GraphViewRefreshReason
;
sourceVersion
:
number
;
type
:
"view:changed"
;
view
?:
GraphViewIdentity
;
}
Index
Properties
edge
Count
node
Count
reason
source
Version
type
view?
Properties
Readonly
edge
Count
edgeCount
:
number
Readonly
node
Count
nodeCount
:
number
Readonly
reason
reason
:
GraphViewRefreshReason
Readonly
source
Version
sourceVersion
:
number
Readonly
type
type
:
"view:changed"
Optional
Readonly
view
view
?:
GraphViewIdentity
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edge
Count
node
Count
reason
source
Version
type
view
Graphora API
Loading...