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

    Representation of a tree selection.

    interface TreeSelection {
        node: Readonly<SelectableTreeNode>;
        type?: SelectionType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    node: Readonly<SelectableTreeNode>

    The actual item that has been selected.

    The optional tree selection type. Defaults to SelectionType.DEFAULT;