Theia API Documentation v1.65.0
    Preparing search index...
    interface ContributionProvider<T extends object> {
        getContributions(recursive?: boolean): T[];
    }

    Type Parameters

    • T extends object

    Hierarchy (View Summary)

    Index

    Methods

    • Parameters

      • Optionalrecursive: boolean

        true if the contributions should be collected from the parent containers as well. Otherwise, false. It is false by default.

      Returns T[]