g3-toolkit API Reference
    Preparing search index...

    Interface TreeViewProps

    interface TreeViewProps {
        className?: string;
        density?: "comfortable" | "compact";
        initialDepth?: number;
        rootId?: string;
        ugm: UGM;
        workingSetManager?: WorkingSetManager;
    }
    Index

    Properties

    className?: string
    density?: "comfortable" | "compact"

    Row density (B3): "comfortable" (default) or "compact".

    initialDepth?: number

    Maximum initial depth to expand (default 2).

    rootId?: string

    Root node ID for the tree. If omitted, auto-detects.

    ugm: UGM
    workingSetManager?: WorkingSetManager

    Working-set manager for limit enforcement.