Interface TargetShare<T>

A specifier of component share to share the value of.

Type Parameters

  • T

    Shared value type.

Hierarchy

  • TargetShare

Properties

Properties

local?: boolean

Whether to 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.
share: ShareRef<T>

Target component share reference.

Generated using TypeDoc