Sanity Library Reference Docs
    Preparing search index...

    Context widget around the current stage — NOT a trimmed graph explorer. Only the current stage's own transitions render: next shows where the run can go (incoming collapses to short stubs), previous shows where it came from (outgoing collapses to stubs), both shows both sides with no stubs. Neighbor stages never show their own edges.

    interface LocalView {
        groupEdges?: boolean;
        show?: LocalViewShow;
    }
    Index

    Properties

    Properties

    groupEdges?: boolean

    Ultra compression: each side of the current stage collapses into ONE synthetic edge and an "N stages" vertex (click it to expand to the regular local view). Constant footprint whatever the workflow shape.

    Which of the current stage's neighbors to render (default 'next').