Type aliases
BGAxes
BGAxes
: { axesColor
: Color; type
: "axes"; xOffset
: number; yOffset
: number }
Type declaration
-
axesColor: Color
-
type: "axes"
-
xOffset: number
-
yOffset: number
BGGrid
BGGrid
: { lineColor
: Color; type
: "grid"; xSpacing
: number; ySpacing
: number }
Type declaration
-
lineColor: Color
-
type: "grid"
-
xSpacing: number
-
ySpacing: number
BGNone
BGNone: { type: "none" }
BGRuled
BGRuled
: { lineColor
: Color; orientation
: "vertical" | "horizontal"; spacing
: number; type
: "ruled" }
Type declaration
-
lineColor: Color
-
orientation: "vertical" | "horizontal"
-
spacing: number
-
type: "ruled"
Color
Color: [number, number, number]
Coordinate
Coordinate: [number, number]
GraphDimensions
GraphDimensions: [number, number]
SVGSection
SVGSection: "bg" | "strokes" | "overlay"
SVGSections
SVGSections
: {[ Property in SVGSection]: SVGGElement }
StrokeNode
StrokeNode: Path | Circle | Text | Polygon | GroupNode
StrokeNodeDataV2
StrokeNodeDataV2: ITextNodeData | ICircleNodeData | IGroupNodeData | IPathNodeData | IPolygonNodeData
StrokeNodeType
StrokeNodeType: "path" | "circle" | "text" | "polygon" | "group"
Backround with axes.