goyalarchit / elm-dagre / Render.StandardDrawers.Types

This module provides the type used in Standard Drawers

Standard Edge Drawer Specific Types


type ArrowHeadShape
    = None
    | Triangle
    | Vee

This type represents the shape of arrow head to be used for the edge.


type LinkStyle
    = Polyline
    | Spline

This type represents the style of line to be used for the edge.

Standard Node Drawer Specific Types


type Shape
    = NoShape
    | Circle
    | Ellipse
    | Box
    | RoundedBox Basics.Float

This type represents the shape of node. Note : RoundedBox takes radius of curvature in px as parameter