Skip to content
Entangle UI v0.13.0

MinimapInteractionConfig

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

Fine-grained gesture toggles. Pass false to interactions to disable everything.

optional click?: boolean

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

Tap outside the viewport rect → phase: 'click'.

true

optional dragFromEmpty?: boolean

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

Drag starting outside the rect → immediately jumps + pans.

true

optional dragViewportRect?: boolean

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

Drag the viewport rect itself → phase: 'drag-*'.

true