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

"ellipse" | "rect"

Basic 2D shape type.