lit.ReactiveController
Interface defining lifecycle hooks for Lit reactive controllers.
Optional hostConnected(): void
Hook invoked when the host element connects to the DOM.
void
Optional hostDisconnected(): void
Hook invoked when the host element disconnects from the DOM.
void