Interface DrawingArgs
Hierarchy
- DrawingArgs
Properties
Array of anchors associated with this drawing tool.
User defined output plots. Reflects the plots
field of DrawingTool
.
Type declaration
-
[parameterName: string]: LineStyle
Reflects the params
field of DrawingTool, these are the user defined inputs for this custom tool.
Type declaration
-
[parameterName: string]: number | boolean
An arbitrary state held by an instance of DrawingToolImplementation, example usage would be keeping references to heavy calculations' results so we don't need to run them on every render.
Generated using TypeDoc
A configuration object passed as a parameter to
DrawingToolImplementation
methods.