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

    A tree selection that might contain additional information about the tree node that has the focus.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The tree node that has the focus in the tree selection. In case of a range selection, the focus differs from the node.

    node: Readonly<SelectableTreeNode>

    The actual item that has been selected.

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