MinimapRectItem
Defined in: src/components/editor/Minimap/Minimap.types.ts:46
Extends
Section titled “Extends”MinimapItemBase
Properties
Section titled “Properties”color?
Section titled “color?”
optionalcolor?:string
Defined in: src/components/editor/Minimap/Minimap.types.ts:43
Override draw color for this item. Falls back to defaultItemColor.
Inherited from
Section titled “Inherited from”MinimapItemBase.color
height
Section titled “height”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.
Inherited from
Section titled “Inherited from”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.