Mandatory<T>: ShareRef<T> | MandatorySpec<T> | Custom<T>

Mandatory shared value locator.

Can be one of:

  • component share reference,
  • shared value locator specified Spec, or
  • custom shared value locator.

A shareLocator function can be used to convert arbitrary locator to a function.

Type Parameters

  • T

    Shared value type.

Generated using TypeDoc