• Preparing search index...
  • The search index is not available
Theia TypeDoc
  • Theia TypeDoc
  • core
  • core
  • update

Function update

  • update<T>(run, updateScope?): T
  • Runs the given function within an update scope in which multiple observables can be updated in a batch.

    Type Parameters

    • T

    Parameters

    • run: ((scope) => T)
        • (scope): T
        • Parameters

          • scope: UpdateScope

          Returns T

    • updateScope: undefined | UpdateScope = ...

    Returns T

    • Defined in packages/core/src/common/observable/observable-base.ts:249

Settings

Member Visibility

Theme

Theia TypeDoc
  • Loading...