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.Optional
Readonly
locatePredefined locator function of the form unit to add the share unit to, or undefined
when unknown.
Optional
Readonly
namePredefined unit name, or null
/undefined
when the unit is not to be added to the form.
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 component member containing a shared from unit to amend.