MinimapLineItem
Defined in: src/components/editor/Minimap/Minimap.types.ts:68
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
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
lineWidth?
Section titled “lineWidth?”
optionallineWidth?:number
Defined in: src/components/editor/Minimap/Minimap.types.ts:75
Stroke width in minimap CSS pixels (does not scale with content).
Default
Section titled “Default”1type:
"line"
Defined in: src/components/editor/Minimap/Minimap.types.ts:69
x1:
number
Defined in: src/components/editor/Minimap/Minimap.types.ts:70
x2:
number
Defined in: src/components/editor/Minimap/Minimap.types.ts:72
y1:
number
Defined in: src/components/editor/Minimap/Minimap.types.ts:71
y2:
number
Defined in: src/components/editor/Minimap/Minimap.types.ts:73