- view(...params): Editor
Parameters
Rest
...params: [svgEl: string | SVGElement, options: Partial<EditorOptions>, style: Partial<{
component: Style;
componentHover: {
off: Style;
on: Style;
};
componentSelect: {
off: Style;
on: Style;
};
handle: Style;
handleHover: Style;
}>]
- an Editor constructor which does not add drawing capabilities
View