iink-ts - v4.0.0
    Preparing search index...

    Class Minimap

    Minimap component showing a scaled-down overview of the canvas. Click or drag to navigate the canvas viewport.

    Index
    DEFAULT_HEIGHT: 150
    DEFAULT_WIDTH: 200
    • Appends the minimap to the given element and syncs the initial state.

      Parameters

      • element: HTMLElement

      Returns void

    • Disconnects the observer, removes event listeners, and removes the minimap from the DOM.

      Returns void

    • Removes the minimap from its parent without cleaning up observers.

      Returns void

    • Returns the minimap DOM element to insert into the page.

      Returns HTMLDivElement