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

Function noAutoTracking

  • noAutoTracking<T>(run): T
  • Runs the given function within an invocation context where calling Observable.get without passing the accessor argument will have the same effect as calling Observable.getUntracked.

    Type Parameters

    • T

    Parameters

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

          • accessor: undefined | Accessor

          Returns T

    Returns T

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

Settings

Member Visibility

Theme

Theia TypeDoc
  • Loading...