Lifecycle
Introduction
The lifecycle of a Wafer component includes the standard custom element lifecycle callbacks, along with a few extra ones that hook into the various stages of the Wafer reactive update cycle:
constructor
- standard methodconnectedCallback
- standard methoddisconnectedCallback
- standard methodadoptedCallback
- standard methodattributeChangedCallback
- standard methodupdate
- Wafer methodrequestUpdate
- Wafer methodchanged
- Wafer methodupdated
- Wafer methodfirstUpdated
- Wafer methodupdateDone
- Wafer method
Next: constructor
Previous: Events