Dockview
    Preparing search index...

    Interface IDndCompassService

    interface IDndCompassService {
        resolver: PositionResolver | undefined;
        dispose(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    resolver: PositionResolver | undefined

    The cell hit-test resolver, installed by the host at the drop-target seam in place of the default cursor-quadrant logic, or undefined when the compass is disabled (dndCompass unset), so the default behaviour runs.

    Methods