Value sharing options.

Declare availability of the shared value.

Hierarchy

  • Options

Properties

Properties

local?: boolean

Whether the share is local.

  • true to make the value available only locally, i.e. only when requested by sharer context.
  • false (by default) to make the value available to nested components too.
name?: QualifiedName

The name of the element the sharer component is bound to. Defaults to component's element name.

Ignored for local shares

Generated using TypeDoc