Interface describing the style of a given Anchor.
const MyCustomTool = { //... // The anchor at anchors[0] will be red, the anchor at anchors[1] will be blue anchorStyles() { return [{ color: 'red' }, { color: 'blue' }] }, //... }
Color of the anchor.
Generated using TypeDoc
Interface describing the style of a given Anchor.