Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace <internal>

Index

Enumeration members

CREATE_ITEMS = "CREATE_ITEMS"

Create several items including nodes, edges together

DELETE_ITEMS = "DELETE_ITEMS"

Delete several items including nodes, edges together

FIT = "FIT"

Fits all nodes into view

FOCUS_NODE = "FOCUS_NODE"

Focus the given node

HIERARCHICAL = "Hierarchical"

Layout used for heirarchical graphs. Used for tree type graph structures.

LAYOUT = "LAYOUT"

Layout the nodes using auto layout

SET_EDITOR_MODE = "SET_EDITOR_MODE"

Set the mode for the editor.

WORKFLOW = "Workflow"

Layout used for flow digrams.

Type aliases

RootReducer<NodeType, EdgeType>: Reducer<DiagramMakerData<NodeType, EdgeType>, DiagramMakerAction<NodeType, EdgeType>>

Type parameters

  • NodeType

  • EdgeType

Generated using TypeDoc