Theia API Documentation v1.65.0
    Preparing search index...

    Representation of node properties.

    interface PreferenceTreeNodeProps {
        depth: number;
        isExpansible?: boolean;
        visibleChildren: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    depth: number

    A root relative number representing the hierarchical depth of the actual node. Root is 0, its children have 1 and so on.

    isExpansible?: boolean
    visibleChildren: number