• Preparing search index...
  • The search index is not available
Silvertree API
  • Silvertree API
  • @silvertree/core
  • bindingRef

Function bindingRef

  • bindingRef(key, options): TBindKeyRef
  • Creates a reference to a binding key. Used when you need to pass a binding key of not defined class to a decorator.

    Parameters

    • key: (() => TBindKey)
        • (): TBindKey
        • Returns TBindKey

    • options: {
          raw: true;
      }

      if raw is true, key will not be wrapped in a function

      • raw: true

    Returns TBindKeyRef

    • Defined in packages/core/src/util/keys.ts:27
  • bindingRef(key, options?): TBindKeyRef
  • Parameters

    • key: TBindKey
    • Optional options: {
          raw: false;
      }
      • raw: false

    Returns TBindKeyRef

    • Defined in packages/core/src/util/keys.ts:28

Settings

Member Visibility

Theme

Silvertree API
  • Loading...

Generated using TypeDoc