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

    The event that is fired when there is a change in tree view's selection

    interface TreeViewSelectionChangeEvent<T> {
        selection: readonly T[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    selection: readonly T[]

    Selected elements.