Shared value type.
Amended component class type.
Readonly
amendedAmended class constructor.
Readonly
componentAmended component definition.
Readonly
configurableWhether the member is configurable.
Readonly
enumerableWhether the member is enumerable.
Readonly
featureAmended feature definition options.
Readonly
keyA key of the instance member.
Updates to this property are always ignored. The member key can not be changed.
Readonly
localWhether the share is local.
true
to make the value available only locally, i.e. only when requested by sharer context.false
to make the value available to nested components too.Readonly
readableReadonly
shareTarget share instance.
Readonly
writableReads the value of this member in the target instance
.
Throws if the member is not readable.
Member value.
Target instance.
Reads value shared by target component
.
This method is not amendable.
An AfterEvent
keeper of shared value.
Sharer component instance.
Assigns the value of this member in the target instance
.
Throw is the member is not writable.
Target instance.
Updated member value.
Generated using TypeDoc
An amended entity representing a shared component member to amend.