Skip to main content

Interface: ShapeGeometry

Defined in: diagram/geometry.ts:172

Describes a basic 2D shape with a specific bounds (position and size).

Properties

PropertyModifierTypeDescription

bounds

readonly

Rect

Shape bounds (position and size).

type

readonly

"rect" | "ellipse"

Basic 2D shape type.