MinimapInteractionConfig
Defined in: src/components/editor/Minimap/Minimap.types.ts:113
Fine-grained gesture toggles. Pass false to interactions to disable everything.
Properties
Section titled “Properties”click?
Section titled “click?”
optionalclick?:boolean
Defined in: src/components/editor/Minimap/Minimap.types.ts:115
Tap outside the viewport rect → phase: 'click'.
Default
Section titled “Default”truedragFromEmpty?
Section titled “dragFromEmpty?”
optionaldragFromEmpty?:boolean
Defined in: src/components/editor/Minimap/Minimap.types.ts:119
Drag starting outside the rect → immediately jumps + pans.
Default
Section titled “Default”truedragViewportRect?
Section titled “dragViewportRect?”
optionaldragViewportRect?:boolean
Defined in: src/components/editor/Minimap/Minimap.types.ts:117
Drag the viewport rect itself → phase: 'drag-*'.
Default
Section titled “Default”true