Skip to content

MinimapCircleItem

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

Extends

  • MinimapItemBase

Properties

color?

optional color: string

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

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

Inherited from

MinimapItemBase.color


cx

cx: number

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

Center X in world units.


cy

cy: number

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

Center Y in world units.


id

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

MinimapItemBase.id


r

r: number

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

Radius in world units.


type

type: "circle"

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