Skip to content
Entangle UI v0.13.0

MinimapRectItem

Defined in: src/components/editor/Minimap/Minimap.types.ts:46

  • MinimapItemBase

optional color?: string

Defined in: src/components/editor/Minimap/Minimap.types.ts:43

Override draw color for this item. Falls back to defaultItemColor.

MinimapItemBase.color


height: number

Defined in: src/components/editor/Minimap/Minimap.types.ts:55

Height in world units.


id: string

Defined in: src/components/editor/Minimap/Minimap.types.ts:41

Stable identity. Used for hover hit-testing and future selection support.

MinimapItemBase.id


type: "rect"

Defined in: src/components/editor/Minimap/Minimap.types.ts:47


width: number

Defined in: src/components/editor/Minimap/Minimap.types.ts:53

Width in world units.


x: number

Defined in: src/components/editor/Minimap/Minimap.types.ts:49

Top-left X in world units.


y: number

Defined in: src/components/editor/Minimap/Minimap.types.ts:51

Top-left Y in world units.