Shared value type.
Optional
Readonly
localWhether 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.Readonly
shareTarget component share reference.
Generated using TypeDoc
A specifier of component share to share the value of.