Widget is the user land api of custom Renderable objects that provide desired functionality.
It has two lifecycle methods that are recognized by View.
removed is only called after the View has been invalidated.
That means it is NOT called if the Widget is removed from the DOM in some other way.
rendered is called after the Widget has been added to a DOM tree.
Generated using TypeDoc
Widget is the user land api of custom Renderable objects that provide desired functionality.
It has two lifecycle methods that are recognized by View.