A data child component to be added.
Get the data object bound to this component.
Get the array of data children of this component. This method will return empty array if
there is no any data child of this component.
Get the data parent of this component. This method can return null if this
component has no data parent.
To check that the data bound to this component is dirty or not. The data will be marked
as dirty if it is changed from its original state.
To check that this component will ignore data propagated from data parent or not.
Remove the given data child from this component.
A data child component to be removed.
To reset data that bound to this component.
To save data that bound to this component.
Set and bind data into this component.
The data object to set.
Set a data parent into this component.
A data parent component to be set.
Set a flag indicating that this component will ignore data propagated from data parent or not.
A flag indicating that this component will ignore data propagated from data parent or not.
Generated using TypeDoc
Add a
data childintothiscomponent.