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

    Hierarchy (View Summary)

    Implemented by

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Combine many disposable-likes into one. Use this method when having objects with a dispose function which are not instances of Disposable.

      Parameters

      • ...disposableLikes: { dispose: () => any }[]

        Objects that have at least a dispose-function member.

      Returns Disposable

      Returns a new disposable which, upon dispose, will dispose all provided disposables.