Abstract
Abstract
contextAbstract
destroyedReports whether this view has been destroyed.
True after the destroy()
method has been called, false otherwise.
Abstract
firstthe first node for this embedded view.
Abstract
lastthe last node for this embedded view.
Abstract
rootThe root nodes for this embedded view.
Abstract
afterAbstract
beforeAbstract
checkAbstract
destroyAbstract
detachAbstract
detectAbstract
markAbstract
onA lifecycle hook that provides additional developer-defined cleanup functionality for views.
A handler function that cleans up developer-defined data
associated with a view. Called when the destroy()
method is invoked.
Abstract
reattach
The context for this view, inherited from the anchor element.