IRectangleOptions
Represents options for configuring a rectangle shape.
Extends
Properties
centered?
optionalcentered:boolean
If true, the rectangle will be centered at the provided position. If false or undefined, the rectangle will be positioned from the top-left corner.
Defined in
options/interfaces/IRectangleOptions.ts:11
draggable?
optionaldraggable:boolean
Determines if the shape can be dragged by mouse.
Inherited from
Defined in
options/interfaces/IShapeOptions.ts:13
visible?
optionalvisible:boolean
Determines if the shape should be visible or not.