Fires when this component is added to a parent but before rendering
the index in the parents' items
Fires before hide. You can cancel the hide by returning false.
Component.hide()
Fires before the element is removed. You can cancel the remove by returning false
Component.remove()
Fires just before rendering
Component.render()
Fires before show. You can cancel the show by returning false
Component.show()
Fires before adding an item. Return false to abort.
Fires on focus
Optional
o: FocusOptionsFires after hiding the component
Component.show()
Fires after the component has been removed
Component.remove()
Fires when the component renders and is added to the DOM
Component.render()
Fires after showing the component
Component.show()
Generated using TypeDoc
Component events
See
ComponentEventMap