Module
GoJS.GraphObject.Properties
- Package
- purescript-gojs
- Repository
- AdaBeat/purescript-gojs
#_actionCancel Source
_actionCancel :: forall g d. IsGraphObject g => IsDiagram d => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_actionDown Source
_actionDown :: forall g d. IsGraphObject g => IsDiagram d => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_actionMove Source
_actionMove :: forall g d. IsGraphObject g => IsDiagram d => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_actionUp Source
_actionUp :: forall g d. IsGraphObject g => IsDiagram d => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_actualBounds Source
_actualBounds :: forall g. IsGraphObject g => g -> Rect_
#_alignment Source
_alignment :: forall g. IsGraphObject g => g -> Spot_
#_alignmentFocus Source
_alignmentFocus :: forall g. IsGraphObject g => g -> Spot_
#_angle Source
_angle :: forall g. IsGraphObject g => g -> Number
#_background Source
_background :: forall g. IsGraphObject g => g -> String
#_click Source
_click :: forall g d. IsDiagram d => IsGraphObject g => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_contextClick Source
_contextClick :: forall g d. IsDiagram d => IsGraphObject g => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_column Source
_column :: forall g. IsGraphObject g => g -> Number
#_columnSpan Source
_columnSpan :: forall g. IsGraphObject g => g -> Number
#_contextMenu Source
_contextMenu :: forall g. IsGraphObject g => g -> Maybe ContextMenu_
#_cursor Source
_cursor :: forall g. IsGraphObject g => g -> String
#_desiredSize Source
_desiredSize :: forall g. IsGraphObject g => g -> Size_
#_diagram Source
_diagram :: forall g. IsGraphObject g => g -> Diagram_
#_doubleClick Source
_doubleClick :: forall g d. IsDiagram d => IsGraphObject g => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_enabledChanged Source
_enabledChanged :: forall g. IsGraphObject g => g -> Maybe (EffectFn2 g Boolean Unit)
#_fromEndSegmentLength Source
_fromEndSegmentLength :: forall g. IsGraphObject g => g -> Number
#_fromLinkable Source
_fromLinkable :: forall g. IsGraphObject g => g -> Boolean
#_fromLinkableDuplicates Source
_fromLinkableDuplicates :: forall g. IsGraphObject g => g -> Boolean
#_fromLinkableSelfNode Source
_fromLinkableSelfNode :: forall g. IsGraphObject g => g -> Boolean
#_fromMaxLinks Source
_fromMaxLinks :: forall g. IsGraphObject g => g -> Number
#_fromShortLength Source
_fromShortLength :: forall g. IsGraphObject g => g -> Number
#_fromSpot Source
_fromSpot :: forall g. IsGraphObject g => g -> Spot_
#_height Source
_height :: forall g. IsGraphObject g => g -> Number
#_isActionable Source
_isActionable :: forall g. IsGraphObject g => g -> Boolean
#_isPanelMain Source
_isPanelMain :: forall g. IsGraphObject g => g -> Boolean
#_layer Source
_layer :: forall g. IsGraphObject g => g -> Layer_
#_margin Source
_margin :: forall g. IsGraphObject g => g -> Margin_
#_maxSize Source
_maxSize :: forall g. IsGraphObject g => g -> Size_
#_measuredBounds Source
_measuredBounds :: forall g. IsGraphObject g => g -> Rect_
#_minSize Source
_minSize :: forall g. IsGraphObject g => g -> Size_
#_mouseDragEnter Source
_mouseDragEnter :: forall g1 g2 d. IsDiagram d => IsGraphObject g1 => IsGraphObject g2 => g1 -> Maybe (EffectFn3 (InputEvent_ d) g1 g2 Unit)
#_mouseDragLeave Source
_mouseDragLeave :: forall g1 g2 d. IsDiagram d => IsGraphObject g1 => IsGraphObject g2 => g1 -> Maybe (EffectFn3 (InputEvent_ d) g1 g2 Unit)
#_mouseDrop Source
_mouseDrop :: forall g d. IsDiagram d => IsGraphObject g => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_mouseEnter Source
_mouseEnter :: forall g1 g2 d. IsDiagram d => IsGraphObject g1 => IsGraphObject g2 => g1 -> Maybe (EffectFn3 (InputEvent_ d) g1 g2 Unit)
#_mouseHold Source
_mouseHold :: forall g d. IsDiagram d => IsGraphObject g => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_mouseHover Source
_mouseHover :: forall g d. IsDiagram d => IsGraphObject g => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_mouseLeave Source
_mouseLeave :: forall g1 g2 d. IsDiagram d => IsGraphObject g1 => IsGraphObject g2 => g1 -> Maybe (EffectFn3 (InputEvent_ d) g1 g2 Unit)
#_mouseOver Source
_mouseOver :: forall g d. IsDiagram d => IsGraphObject g => g -> Maybe (EffectFn2 (InputEvent_ d) g Unit)
#_name Source
_name :: forall g. IsGraphObject g => g -> String
#_naturalBounds Source
_naturalBounds :: forall g. IsGraphObject g => g -> Rect_
#_opacity Source
_opacity :: forall g. IsGraphObject g => g -> Number
#_pickable Source
_pickable :: forall g. IsGraphObject g => g -> Boolean
#_position Source
_position :: forall g. IsGraphObject g => g -> Point_
#_row Source
_row :: forall g. IsGraphObject g => g -> Number
#_rowSpan Source
_rowSpan :: forall g. IsGraphObject g => g -> Number
#_scale Source
_scale :: forall g. IsGraphObject g => g -> Number
#_segmentFraction Source
_segmentFraction :: forall g. IsGraphObject g => g -> Number
#_segmentIndex Source
_segmentIndex :: forall g. IsGraphObject g => g -> Number
#_segmentOffset Source
_segmentOffset :: forall g. IsGraphObject g => g -> Point_
#_segmentOrientation Source
_segmentOrientation :: forall g. IsGraphObject g => g -> EnumValue_
#_shadowVisible Source
_shadowVisible :: forall g. IsGraphObject g => g -> Boolean
#_stretch Source
_stretch :: forall g. IsGraphObject g => g -> EnumValue_
#_toEndSegmentLength Source
_toEndSegmentLength :: forall g. IsGraphObject g => g -> Number
#_toLinkable Source
_toLinkable :: forall g. IsGraphObject g => g -> Boolean
#_toLinkableDuplicates Source
_toLinkableDuplicates :: forall g. IsGraphObject g => g -> Boolean
#_toLinkableSelfNode Source
_toLinkableSelfNode :: forall g. IsGraphObject g => g -> Boolean
#_toMaxLinks Source
_toMaxLinks :: forall g. IsGraphObject g => g -> Number
#_toShortLengh Source
_toShortLengh :: forall g. IsGraphObject g => g -> Number
#_toSpot Source
_toSpot :: forall g. IsGraphObject g => g -> Spot_
#_toolTip Source
_toolTip :: forall g. IsGraphObject g => g -> Maybe ContextMenu_
#_visible Source
_visible :: forall g. IsGraphObject g => g -> Boolean
#_width Source
_width :: forall g. IsGraphObject g => g -> Number
- 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