Module

GoJS.Diagram

Package
purescript-gojs
Repository
AdaBeat/purescript-gojs

Re-exports from GoJS.Diagram.Methods

#zoomToRect_ Source

zoomToRect_ :: forall d. IsDiagram d => Rect_ -> EnumValue_ -> d -> Effect Unit

#zoomToFit_ Source

zoomToFit_ :: forall d. IsDiagram d => IsDiagram d => d -> Effect Unit

#updateAllTargetBindings_ Source

#updateAllRelationshipsFromData_ Source

#transformViewToDoc_ Source

#transformDocToView_ Source

#startTransaction_ Source

startTransaction_ :: forall d. IsDiagram d => String -> d -> Effect Boolean

#select_ Source

select_ :: forall d p. IsDiagram d => IsPart p => p -> d -> Effect Unit

#selectCollection_ Source

selectCollection_ :: forall d p. IsDiagram d => IsPart p => Variant (array :: Array Part_, iterator :: Iterator_ Part_) -> d -> Effect Unit

#scroll_ Source

scroll_ :: forall d. IsDiagram d => String -> String -> Number -> d -> Effect Unit

#scrollToRect_ Source

scrollToRect_ :: forall d. IsDiagram d => Rect_ -> d -> Effect Unit

#rollbackTransaction_ Source

#requestUpdate_ Source

requestUpdate_ :: forall d. IsDiagram d => Boolean -> d -> Effect Unit

#remove_ Source

remove_ :: forall d p. IsDiagram d => IsPart p => p -> d -> Effect Unit

#removeParts_ Source

removeParts_ :: forall d. IsDiagram d => Variant (array :: Array Part_, iterator :: Iterator_ Part_) -> Boolean -> d -> Effect Unit

#removeModelChangedListener_ Source

#removeLayer_ Source

removeLayer_ :: forall d. IsDiagram d => Layer_ -> d -> Effect Unit

#removeDiagramListener_ Source

#removeChangedListener_ Source

#rebuildParts_ Source

rebuildParts_ :: forall d. IsDiagram d => IsDiagram d => d -> Effect Unit

#raiseDiagramEvent_ Source

raiseDiagramEvent_ :: forall d. String -> d -> Effect Unit

#moveParts_ Source

moveParts_ :: forall d p. IsDiagram d => IsPart p => Variant (array :: Array Part_, iterator :: Iterator_ Part_) -> Point_ -> Boolean -> DraggingOptions_ -> d -> Effect Unit

#makeImage_ Source

#layoutDiagram_ Source

layoutDiagram_ :: forall d. IsDiagram d => Boolean -> d -> Effect Unit

#highlight_ Source

highlight_ :: forall d p. IsDiagram d => IsPart p => p -> d -> Effect Unit

#highlightCollection_ Source

highlightCollection_ :: forall d p. IsDiagram d => IsPart p => Variant (array :: Array Part_, iterator :: Iterator_ Part_) -> d -> Effect Unit

#focus_ Source

focus_ :: forall d. IsDiagram d => IsDiagram d => d -> Effect Unit

#findTreeRoots_ Source

findTreeRoots_ :: forall d. IsDiagram d => d -> Effect (Iterator_ Node_)

#findTopLevelGroups_ Source

#findPartsNear_ Source

findPartsNear_ :: forall d. IsDiagram d => Rect_ -> Boolean -> Boolean -> d -> Effect (List_ Part_)

#findPartsIn_ Source

findPartsIn_ :: forall d. IsDiagram d => Rect_ -> Boolean -> Boolean -> d -> Effect (List_ Part_)

#findPartsAt_ Source

findPartsAt_ :: forall d. IsDiagram d => Point_ -> Boolean -> d -> Effect (List_ Part_)

#findPartForKey_ Source

findPartForKey_ :: forall d @p k. IsDiagram d => IsPart p => k -> d -> Effect (Maybe p)

#findPartForData_ Source

findPartForData_ :: forall r d @p. IsDiagram d => IsPart p => Record r -> d -> Effect (Maybe p)

#findPartAt_ Source

findPartAt_ :: forall d @p. IsDiagram d => IsPart p => Point_ -> Boolean -> d -> Effect (Maybe p)

#findObjectsNear_ Source

#findObjectsIn_ Source

#findObjectsAt_ Source

#findObjectAt_ Source

findObjectAt_ :: forall d @g. IsDiagram d => IsGraphObject g => Point_ -> Boolean -> d -> Effect (Maybe g)

#findNodesByExample_ Source

findNodesByExample_ :: forall r d. IsDiagram d => Array (Record r) -> d -> Effect (Iterator_ Node_)

#findNodeForKey_ Source

findNodeForKey_ :: forall d @n k. IsDiagram d => IsNode n => k -> d -> Effect (Maybe n)

#findNodeForData_ Source

findNodeForData_ :: forall r d @n. IsDiagram d => IsNode n => Record r -> d -> Effect (Maybe n)

#findLinksByExample_ Source

findLinksByExample_ :: forall r d. IsDiagram d => Array (Record r) -> d -> Effect (Iterator_ Link_)

#findLinkForKey_ Source

findLinkForKey_ :: forall d k. IsDiagram d => k -> d -> Effect Link_

#findLinkForData_ Source

findLinkForData_ :: forall r d. IsDiagram d => Record r -> d -> Effect Link_

#findLayer_ Source

findLayer_ :: forall d. IsDiagram d => String -> d -> Effect (Maybe Layer_)

#ensureBounds_ Source

ensureBounds_ :: forall d. IsDiagram d => IsDiagram d => d -> Effect Unit

#copyParts_ Source

copyParts_ :: forall d. IsDiagram d => Variant (array :: Array Part_, iterator :: Iterator_ Part_) -> Boolean -> d -> Effect (Map_ Part_ Part_)

#computePartsBounds_ Source

computePartsBounds_ :: forall d. IsDiagram d => Variant (array :: Array Part_, iterator :: Iterator_ Part_) -> Boolean -> d -> Effect Rect_

#computeBounds_ Source

computeBounds_ :: forall d. IsDiagram d => Rect_ -> d -> Effect Rect_

#commitTransaction_ Source

#clear_ Source

clear_ :: forall d. IsDiagram d => IsDiagram d => d -> Effect Unit

#clearSelection_ Source

clearSelection_ :: forall d. IsDiagram d => Boolean -> d -> Effect Unit

#clearHighlighteds_ Source

clearHighlighteds_ :: forall d. IsDiagram d => IsDiagram d => d -> Effect Unit

#centerRect_ Source

centerRect_ :: forall d. IsDiagram d => Rect_ -> d -> Effect Unit

#attach_ Source

attach_ :: forall r d. IsDiagram d => Record r -> d -> Effect d

#alignDocument_ Source

alignDocument_ :: forall d. IsDiagram d => Spot_ -> Spot_ -> d -> Effect Unit

#add_ Source

add_ :: forall d p. IsDiagram d => IsPart p => p -> d -> Effect Unit

#addNodeTemplate_ Source

addNodeTemplate_ :: forall d n. String -> n -> d -> Effect Unit

#addLinkTemplate_ Source

addLinkTemplate_ :: forall d l. String -> l -> d -> Effect Unit

#addLayer_ Source

addLayer_ :: forall d. IsDiagram d => Layer_ -> d -> Effect d

#addLayerBefore_ Source

addLayerBefore_ :: forall d. IsDiagram d => Layer_ -> Layer_ -> d -> Effect d

#addLayerAfter_ Source

addLayerAfter_ :: forall d. IsDiagram d => Layer_ -> Layer_ -> d -> Effect d

#addGroupTemplate_ Source

addGroupTemplate_ :: forall d g. String -> g -> d -> Effect Unit

#addDiagramListener_ Source

addDiagramListener_ :: forall d s. IsDiagram d => String -> (Fn1 (DiagramEvent_ s) Unit) -> d -> Effect d

Re-exports from GoJS.Diagram.Properties

#_zoomPoint Source

_zoomPoint :: forall d. IsDiagram d => d -> Point_

#_viewportBounds Source

_viewportBounds :: forall d. IsDiagram d => d -> Rect_

#_viewSize Source

_viewSize :: forall d. IsDiagram d => d -> Size_

#_validCycle Source

_validCycle :: forall d. IsDiagram d => d -> EnumValue_

#_undoManager Source

_undoManager :: forall d. IsDiagram d => d -> UndoManager_

#_toolManager Source

_toolManager :: forall d. IsDiagram d => d -> ToolManager_

#_skipsUndoManager Source

_skipsUndoManager :: forall d. IsDiagram d => d -> Boolean

#_selection Source

_selection :: forall d. IsDiagram d => d -> Set_ Part_

#_scrollsPageOnFocus Source

_scrollsPageOnFocus :: forall d. IsDiagram d => d -> Boolean

#_scrollVerticalLineChange Source

#_scrollMode Source

_scrollMode :: forall d. IsDiagram d => d -> EnumValue_

#_scrollMargin Source

_scrollMargin :: forall d. IsDiagram d => d -> Margin_

#_scrollHorizontalLineChange Source

#_scaleComputation Source

_scaleComputation :: forall d. IsDiagram d => d -> Maybe (Fn2 d Number Number)

#_scale Source

_scale :: forall d. IsDiagram d => d -> Number

#_renderer Source

_renderer :: forall d. IsDiagram d => d -> String

#_positionComputation Source

#_position Source

_position :: forall d. IsDiagram d => d -> Point_

#_parts Source

_parts :: forall d. IsDiagram d => d -> Iterator_ Part_

#_padding Source

_padding :: forall d. IsDiagram d => d -> Margin_

#_opacity Source

_opacity :: forall d. IsDiagram d => d -> Number

#_nodes Source

_nodes :: forall d. IsDiagram d => d -> Iterator_ Node_

#_nodeTemplateMap Source

_nodeTemplateMap :: forall d. IsDiagram d => d -> Maybe (Map_ String Part_)

#_nodeTemplate Source

_nodeTemplate :: forall d @p. IsDiagram d => IsPart p => d -> p

#_nodeSelectionAdornmentTemplate Source

#_mouseOver Source

_mouseOver :: forall d. IsDiagram d => d -> Maybe (EffectFn1 (InputEvent_ d) Unit)

#_mouseLeave Source

_mouseLeave :: forall d. IsDiagram d => d -> Maybe (EffectFn1 (InputEvent_ d) Unit)

#_mouseHover Source

_mouseHover :: forall d. IsDiagram d => d -> Maybe (EffectFn1 (InputEvent_ d) Unit)

#_mouseHold Source

_mouseHold :: forall d. IsDiagram d => d -> Maybe (EffectFn1 (InputEvent_ d) Unit)

#_mouseEnter Source

_mouseEnter :: forall d. IsDiagram d => d -> Maybe (EffectFn1 (InputEvent_ d) Unit)

#_mouseDrop Source

_mouseDrop :: forall d. IsDiagram d => d -> Maybe (EffectFn1 (InputEvent_ d) Unit)

#_mouseDragOver Source

#_model Source

_model :: forall d @m. IsDiagram d => IsModel m => d -> m

#_minScale Source

_minScale :: forall d. IsDiagram d => d -> Number

#_maxSelectionCount Source

_maxSelectionCount :: forall d. IsDiagram d => d -> Number

#_maxScale Source

_maxScale :: forall d. IsDiagram d => d -> Number

#_linkTemplateMap Source

_linkTemplateMap :: forall d. IsDiagram d => d -> Maybe (Map_ String Link_)

#_linkTemplate Source

_linkTemplate :: forall d. IsDiagram d => d -> Link_

#_linkSelectionAdornmentTemplate Source

#_layout Source

_layout :: forall d @l. IsDiagram d => IsLayout l => d -> l

#_layers Source

_layers :: forall d. IsDiagram d => d -> Iterator_ Layer_

#_lastInput Source

_lastInput :: forall d. IsDiagram d => d -> InputEvent_ d

#_isTreePathToChildren Source

_isTreePathToChildren :: forall d. IsDiagram d => d -> Boolean

#_isReadOnly Source

_isReadOnly :: forall d. IsDiagram d => d -> Boolean

#_isMouseCaptured Source

_isMouseCaptured :: forall d. IsDiagram d => d -> Boolean

#_isModified Source

_isModified :: forall d. IsDiagram d => d -> Boolean

#_isModelReadOnly Source

_isModelReadOnly :: forall d. IsDiagram d => d -> Boolean

#_isEnabled Source

_isEnabled :: forall d. IsDiagram d => d -> Boolean

#_initialViewportSpot Source

_initialViewportSpot :: forall d. IsDiagram d => d -> Spot_

#_initialScale Source

_initialScale :: forall d. IsDiagram d => d -> Number

#_initialPosition Source

_initialPosition :: forall d. IsDiagram d => d -> Point_

#_initialDocumentSpot Source

_initialDocumentSpot :: forall d. IsDiagram d => d -> Spot_

#_initialContentAlignment Source

#_initialAutoScale Source

_initialAutoScale :: forall d. IsDiagram d => d -> EnumValue_

#_highlighteds Source

_highlighteds :: forall d. IsDiagram d => d -> Set_ Part_

#_hasVerticalScrollbar Source

_hasVerticalScrollbar :: forall d. IsDiagram d => d -> Boolean

#_hasHorizontalScrollbar Source

#_handlesDragDropForTopLevelParts Source

#_groupTemplateMap Source

#_groupTemplate Source

_groupTemplate :: forall d. IsDiagram d => d -> Maybe Group_

#_groupSelectionAdornmentTemplate Source

#_grid Source

_grid :: forall d p. IsPanel p => IsDiagram d => d -> Maybe p

#_fixedBounds Source

_fixedBounds :: forall d. IsDiagram d => d -> Rect_

#_firstInput Source

_firstInput :: forall d. IsDiagram d => d -> InputEvent_ d

#_doubleClick Source

_doubleClick :: forall d. IsDiagram d => d -> Maybe (EffectFn1 (InputEvent_ d) Unit)

#_documentBounds Source

_documentBounds :: forall d. IsDiagram d => d -> Rect_

#_div Source

_div :: forall d. IsDiagram d => d -> HTMLDivElement

#_defaultTool Source

_defaultTool :: forall d. IsDiagram d => d -> Tool_

#_defaultScale Source

_defaultScale :: forall d. IsDiagram d => d -> Number

#_defaultCursor Source

_defaultCursor :: forall d. IsDiagram d => d -> String

#_currentTool Source

_currentTool :: forall d. IsDiagram d => d -> Tool_

#_currentCursor Source

_currentCursor :: forall d. IsDiagram d => d -> String

#_contextMenu Source

_contextMenu :: forall d. IsDiagram d => d -> Maybe ContextMenu_

#_contextClick Source

_contextClick :: forall d. IsDiagram d => d -> Maybe (EffectFn1 (InputEvent_ d) Unit)

#_contentAlignment Source

_contentAlignment :: forall d. IsDiagram d => d -> Spot_

#_commandHandler Source

#_click Source

_click :: forall d. IsDiagram d => d -> Maybe (EffectFn1 (InputEvent_ d) Unit)

#_autoScrollRegion Source

_autoScrollRegion :: forall d. IsDiagram d => d -> Margin_

#_autoScrollInterval Source

_autoScrollInterval :: forall d. IsDiagram d => d -> Number

#_autoScale Source

_autoScale :: forall d. IsDiagram d => d -> EnumValue_

#_animationManager Source

#_allowZoom Source

_allowZoom :: forall d. IsDiagram d => d -> Boolean

#_allowVerticalScroll Source

_allowVerticalScroll :: forall d. IsDiagram d => d -> Boolean

#_allowUngroup Source

_allowUngroup :: forall d. IsDiagram d => d -> Boolean

#_allowUndo Source

_allowUndo :: forall d. IsDiagram d => d -> Boolean

#_allowTextEdit Source

_allowTextEdit :: forall d. IsDiagram d => d -> Boolean

#_allowSelect Source

_allowSelect :: forall d. IsDiagram d => d -> Boolean

#_allowRotate Source

_allowRotate :: forall d. IsDiagram d => d -> Boolean

#_allowResize Source

_allowResize :: forall d. IsDiagram d => d -> Boolean

#_allowReshape Source

_allowReshape :: forall d. IsDiagram d => d -> Boolean

#_allowMove Source

_allowMove :: forall d. IsDiagram d => d -> Boolean

#_allowInsert Source

_allowInsert :: forall d. IsDiagram d => d -> Boolean

#_allowHorizontalScroll Source

#_allowGroup Source

_allowGroup :: forall d. IsDiagram d => d -> Boolean

#_allowDrop Source

_allowDrop :: forall d. IsDiagram d => d -> Boolean

#_allowDragOut Source

_allowDragOut :: forall d. IsDiagram d => d -> Boolean

#_allowDelete Source

_allowDelete :: forall d. IsDiagram d => d -> Boolean

#_allowCopy Source

_allowCopy :: forall d. IsDiagram d => d -> Boolean

#_allowClipboard Source

_allowClipboard :: forall d. IsDiagram d => d -> Boolean

Re-exports from GoJS.Diagram.Types

#Palette_ Source

#Overview_ Source

#Layer_ Source

data Layer_

#InputEvent_ Source

data InputEvent_ t0

#DraggingOptions_ Source

#DraggingInfo_ Source

#Diagram_ Source

data Diagram_

Diagram types

Instances

#DiagramEvent_ Source

#Animation_ Source

#AnimationTrigger_ Source

#AnimationManager_ Source

Modules
GoJS.Class
GoJS.Collection
GoJS.Debug
GoJS.Diagram
GoJS.Diagram.Animation.Constructors
GoJS.Diagram.Animation.Methods
GoJS.Diagram.Animation.Properties
GoJS.Diagram.AnimationManager.Constructors
GoJS.Diagram.AnimationManager.Methods
GoJS.Diagram.AnimationManager.Properties
GoJS.Diagram.AnimationManager.Static
GoJS.Diagram.AnimationTrigger.Constructors
GoJS.Diagram.AnimationTrigger.Methods
GoJS.Diagram.AnimationTrigger.Properties
GoJS.Diagram.CommandHandler.Methods
GoJS.Diagram.CommandHandler.Properties
GoJS.Diagram.CommandHandler.Types
GoJS.Diagram.Constructors
GoJS.Diagram.DiagramEvent.Properties
GoJS.Diagram.DraggingInfo.Constructors
GoJS.Diagram.DraggingInfo.Properties
GoJS.Diagram.DraggingOptions.Constructors
GoJS.Diagram.DraggingOptions.Properties
GoJS.Diagram.InputEvent.Methods
GoJS.Diagram.InputEvent.Properties
GoJS.Diagram.Layer.Constructors
GoJS.Diagram.Layer.Methods
GoJS.Diagram.Layer.Properties
GoJS.Diagram.Layout.Constants
GoJS.Diagram.Layout.Methods
GoJS.Diagram.Methods
GoJS.Diagram.Overview.Constructors
GoJS.Diagram.Overview.Properties
GoJS.Diagram.Palette.Constructors
GoJS.Diagram.Properties
GoJS.Diagram.Types
GoJS.EnumValue
GoJS.Geometry.Brush.BrushPattern
GoJS.Geometry.Brush.Methods
GoJS.Geometry.Brush.Properties
GoJS.Geometry.Brush.Static
GoJS.Geometry.Constructors
GoJS.Geometry.Margin.Constructors
GoJS.Geometry.Margin.Methods
GoJS.Geometry.Margin.Properties
GoJS.Geometry.Margin.Static
GoJS.Geometry.Methods
GoJS.Geometry.PathFigure.Constructors
GoJS.Geometry.PathFigure.Methods
GoJS.Geometry.PathFigure.Properties
GoJS.Geometry.PathSegment.Constructors
GoJS.Geometry.PathSegment.Methods
GoJS.Geometry.PathSegment.Properties
GoJS.Geometry.Point.Constructors
GoJS.Geometry.Point.Methods
GoJS.Geometry.Point.Properties
GoJS.Geometry.Point.Static
GoJS.Geometry.Properties
GoJS.Geometry.Rect.Constructors
GoJS.Geometry.Rect.Methods
GoJS.Geometry.Rect.Properties
GoJS.Geometry.Rect.Static
GoJS.Geometry.Size.Constructors
GoJS.Geometry.Size.Methods
GoJS.Geometry.Size.Properties
GoJS.Geometry.Size.Static
GoJS.Geometry.Spot
GoJS.Geometry.Spot.Methods
GoJS.Geometry.Spot.Properties
GoJS.Geometry.Spot.Static
GoJS.Geometry.Static
GoJS.Geometry.Types
GoJS.GraphObject.Constructors
GoJS.GraphObject.Methods
GoJS.GraphObject.Panel.Methods
GoJS.GraphObject.Panel.Part.Adornment.Properties
GoJS.GraphObject.Panel.Part.Link.Methods
GoJS.GraphObject.Panel.Part.Link.Properties
GoJS.GraphObject.Panel.Part.Methods
GoJS.GraphObject.Panel.Part.Node.Group.Methods
GoJS.GraphObject.Panel.Part.Node.Group.Properties
GoJS.GraphObject.Panel.Part.Node.Methods
GoJS.GraphObject.Panel.Part.Node.Properties
GoJS.GraphObject.Panel.Part.Properties
GoJS.GraphObject.Panel.Properties
GoJS.GraphObject.Picture.Methods
GoJS.GraphObject.Picture.PictureElement
GoJS.GraphObject.Picture.Properties
GoJS.GraphObject.Placeholder.Constructors
GoJS.GraphObject.Placeholder.Properties
GoJS.GraphObject.Properties
GoJS.GraphObject.Shape.Properties
GoJS.GraphObject.Shape.Static
GoJS.GraphObject.TextBlock.Properties
GoJS.GraphObject.TextBlock.Static
GoJS.GraphObject.Types
GoJS.Key
GoJS.Layout
GoJS.Layout.CircularLayout.Constructors
GoJS.Layout.CircularLayout.Methods
GoJS.Layout.CircularLayout.Properties
GoJS.Layout.ForceDirectedLayout.Constructors
GoJS.Layout.ForceDirectedLayout.Methods
GoJS.Layout.ForceDirectedLayout.Properties
GoJS.Layout.GridLayout.Constructors
GoJS.Layout.GridLayout.Properties
GoJS.Layout.LayeredDigraphLayout.Constructors
GoJS.Layout.LayeredDigraphLayout.Properties
GoJS.Layout.LayoutEdge.CircularEdge.Constructors
GoJS.Layout.LayoutEdge.ForceDirectedEdge.Constructors
GoJS.Layout.LayoutEdge.ForceDirectedEdge.Properties
GoJS.Layout.LayoutEdge.LayeredDigraphEdge.Constructors
GoJS.Layout.LayoutEdge.LayeredDigraphEdge.Properties
GoJS.Layout.LayoutEdge.Methods
GoJS.Layout.LayoutEdge.Properties
GoJS.Layout.LayoutEdge.TreeEdge.Constructors
GoJS.Layout.LayoutEdge.TreeEdge.Properties
GoJS.Layout.LayoutNetwork.Constructors
GoJS.Layout.LayoutNetwork.Methods
GoJS.Layout.LayoutNetwork.Properties
GoJS.Layout.LayoutVertex.CircularVertex.Constructors
GoJS.Layout.LayoutVertex.CircularVertex.Properties
GoJS.Layout.LayoutVertex.ForceDirectedVertex.Constructors
GoJS.Layout.LayoutVertex.ForceDirectedVertex.Properties
GoJS.Layout.LayoutVertex.LayeredDigraphVertex.Constructors
GoJS.Layout.LayoutVertex.LayeredDigraphVertex.Properties
GoJS.Layout.LayoutVertex.Methods
GoJS.Layout.LayoutVertex.Properties
GoJS.Layout.LayoutVertex.Static
GoJS.Layout.LayoutVertex.TreeVertex.Constructors
GoJS.Layout.LayoutVertex.TreeVertex.Methods
GoJS.Layout.LayoutVertex.TreeVertex.Properties
GoJS.Layout.Properties
GoJS.Layout.TreeLayout.Constructors
GoJS.Layout.TreeLayout.Properties
GoJS.Layout.Types
GoJS.Model
GoJS.Model.Binding.Constructors
GoJS.Model.Binding.Methods
GoJS.Model.Binding.Properties
GoJS.Model.Binding.Static
GoJS.Model.ChangedEvent.Constructors
GoJS.Model.ChangedEvent.Methods
GoJS.Model.ChangedEvent.Properties
GoJS.Model.Constructors
GoJS.Model.GraphLinksModel.Constructors
GoJS.Model.GraphLinksModel.Methods
GoJS.Model.GraphLinksModel.Properties
GoJS.Model.Methods
GoJS.Model.Properties
GoJS.Model.Static
GoJS.Model.Transaction.Constructors
GoJS.Model.Transaction.Methods
GoJS.Model.Transaction.Properties
GoJS.Model.TreeModel.Constructors
GoJS.Model.TreeModel.Methods
GoJS.Model.TreeModel.Properties
GoJS.Model.Types
GoJS.Model.UndoManager.Constructors
GoJS.Model.UndoManager.Methods
GoJS.Model.UndoManager.Properties
GoJS.Prototype
GoJS.RowColumnDefinition.Constructors
GoJS.RowColumnDefinition.Methods
GoJS.RowColumnDefinition.Properties
GoJS.RowColumnDefinition.Types
GoJS.Tool
GoJS.Tool.HTMLInfo.Constructors
GoJS.Tool.HTMLInfo.Properties
GoJS.Tool.LinkingBaseTool.Methods
GoJS.Tool.LinkingBaseTool.Properties
GoJS.Tool.LinkingBaseTool.Types
GoJS.Tool.Methods
GoJS.Tool.MouseDownTools
GoJS.Tool.MouseDownTools.ActionTool.Constructors
GoJS.Tool.MouseDownTools.LinkReshapingTool.Constructors
GoJS.Tool.MouseDownTools.LinkReshapingTool.Methods
GoJS.Tool.MouseDownTools.LinkReshapingTool.Properties
GoJS.Tool.MouseDownTools.RelinkingTool.Constructors
GoJS.Tool.MouseDownTools.RelinkingTool.Methods
GoJS.Tool.MouseDownTools.RelinkingTool.Properties
GoJS.Tool.MouseDownTools.ResizingTool.Constructors
GoJS.Tool.MouseDownTools.ResizingTool.Methods
GoJS.Tool.MouseDownTools.ResizingTool.Properties
GoJS.Tool.MouseDownTools.RotatingTool.Constructors
GoJS.Tool.MouseDownTools.RotatingTool.Methods
GoJS.Tool.MouseDownTools.RotatingTool.Properties
GoJS.Tool.MouseMoveTools
GoJS.Tool.MouseMoveTools.DragSelectingTool.Constructors
GoJS.Tool.MouseMoveTools.DragSelectingTool.Methods
GoJS.Tool.MouseMoveTools.DraggingTool.Constructors
GoJS.Tool.MouseMoveTools.DraggingTool.Methods
GoJS.Tool.MouseMoveTools.LinkingTool.Constructors
GoJS.Tool.MouseMoveTools.LinkingTool.Methods
GoJS.Tool.MouseMoveTools.LinkingTool.Properties
GoJS.Tool.MouseMoveTools.PanningTool.Constructors
GoJS.Tool.MouseMoveTools.PanningTool.Properties
GoJS.Tool.MouseUpTools
GoJS.Tool.MouseUpTools.ClickCreatingTool.Constructors
GoJS.Tool.MouseUpTools.ClickCreatingTool.Methods
GoJS.Tool.MouseUpTools.ClickSelectingTool.Constructors
GoJS.Tool.MouseUpTools.ContextMenuTool.Constructors
GoJS.Tool.MouseUpTools.ContextMenuTool.Methods
GoJS.Tool.MouseUpTools.ContextMenuTool.Properties
GoJS.Tool.MouseUpTools.TextEditingTool.Constructors
GoJS.Tool.MouseUpTools.TextEditingTool.Properties
GoJS.Tool.Properties
GoJS.Tool.ToolManager.Methods
GoJS.Tool.ToolManager.Properties
GoJS.Tool.Types
GoJS.Unsafe
GoJS.Unsafe.Constructor
GoJS.Unsafe.Get
GoJS.Unsafe.InstanceOf
GoJS.Unsafe.Method
GoJS.Unsafe.Prototype
GoJS.Unsafe.Set
GoJS.Unsafe.Static