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

    SelectionProvider is implemented by services to notify listeners about selection changes.

    interface SelectionProvider<T> {
        onSelectionChanged: Event<undefined | T>;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    onSelectionChanged: Event<undefined | T>