g3-toolkit API Reference
    Preparing search index...

    Type Alias ViewType

    ViewType: "canvas" | "table" | "tree" | "matrix" | "sankey" | "streaming"

    WorkingSetManager: enforces per-view-type element limits.

    Each view type has a default maximum (P2). Admin can override via config. Views call checkLimit() before loading data and prompt the user if the limit would be exceeded.

    Framework-agnostic (D6).

    • specs/07-ux-defaults-accessibility.md R7.1-R7.7
    • specs/09-design-decisions.md D5, P2