Type alias Definer<TValue, TAsset>

Definer<TValue, TAsset>: ((this, target) => Definition<TValue>)

Type Parameters

  • TValue

    Context value type.

  • TAsset = TValue

    Context value asset type.

Type declaration

    • (this, target): Definition<TValue>
    • Context entry definer signature.

      Starts the definition of context entry.

      This is the only method to be implemented by context entry.

      Parameters

      • this: void
      • target: Target<TValue, TAsset>

        Definition target.

      Returns Definition<TValue>

      New context entry definition instance.

Generated using TypeDoc