interactive property

bool interactive
final

Whether the minimap responds to user interaction.

When true, users can click to jump to a location or drag to pan the viewport. When false, the minimap is display-only. Defaults to true.

Implementation

final bool interactive;