Home > @jsplumbtoolkit/browser-ui > DrawingToolsPluginOptions
DrawingToolsPluginOptions interface
Signature:
export interface DrawingToolsPluginOptions extends SurfacePluginOptions
Extends: SurfacePluginOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
constrainGroups? | boolean | (Optional) | |
heightAttribute? | string | (Optional) | |
ignoreGrid? | boolean | (Optional) | |
leftAttribute? | string | (Optional) | |
minimumHeight? | number | (Optional) | |
minimumWidth? | number | (Optional) | |
onDemand? | boolean | (Optional) | |
onEdit? | () => any | (Optional) | |
topAttribute? | string | (Optional) | |
widthAttribute? | string | (Optional) |