Dockview
    Preparing search index...

    Interface IAutoEdgeGroupService

    interface IAutoEdgeGroupService {
        resolver: PositionResolver | undefined;
        dispose(): void;
        resolveEdge(args: PositionResolverArgs): PositionResolverResult | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    resolver: PositionResolver | undefined

    The standalone position resolver installed on the group content drop targets: marks the outer band of the content area as an edge cell (so a drop there routes to dockToLayoutEdge → reveal) and otherwise resolves the normal cursor quadrant. undefined when disabled.

    Methods