@witchcraft/layout
    Preparing search index...

    Type Alias IntersectionEntry

    type IntersectionEntry = {
        count: number;
        isWindowEdge: boolean;
        point: Point;
        sharedEdges: { horizontal: Edge[]; vertical: Edge[] };
        sharesEdge: boolean;
    }
    Index

    Properties

    count: number
    isWindowEdge: boolean
    point: Point
    sharedEdges: { horizontal: Edge[]; vertical: Edge[] }
    sharesEdge: boolean