API Reference
GraphSceneFeatures
Names reusable graph explorer features that adapters may support.
Inheritance
- Object
- GraphSceneFeatures
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method GraphSceneOptions.Disable
- Method GraphSceneOptions.Enable
- Method GraphSceneOptions.HasFeature
Fields
None #No graph explorer behavior is enabled.
Selection #Nodes, edges, or clusters can be selected.
MultiSelection #Multiple graph items can be selected together.
Search #Graph items can be searched by label, kind, status, and metadata.
Filtering #Graph items can be filtered by reusable facets.
Viewport #The adapter can pan, zoom, or fit the visible graph viewport.
DragNodes #Users can drag nodes to update runtime positions.
RuntimePhysics #The adapter can run browser or native runtime physics.
Stabilization #The adapter can stabilize a graph layout over several simulation ticks.
Clustering #The adapter can collapse, expand, or summarize graph clusters.
LevelOfDetail #The adapter can reduce labels or rendering detail for large scenes.
IncrementalUpdates #The adapter can accept incremental state updates after initial render.
Export #The adapter can export current graph state or artwork.
NeighborhoodFocus #The adapter can focus the selected node's immediate neighborhood.
PerformanceTelemetry #The adapter can publish runtime performance telemetry.
Manipulation #The adapter can add, edit, delete, or persist graph structure through an opt-in authoring surface.
BoxSelection #The adapter can select several visible graph items with a rectangular pointer gesture.
StateSnapshots #The adapter can capture and restore reusable viewport, selection, cluster, physics, and position state.
History #The adapter can undo and redo validated graph document or position changes.
Explorer #Common graph explorer surface for dependency-free visual exploration.