@microsoft/fast-element > HydrationControllerCallbacks
HydrationControllerCallbacks interface
Lifecycle callbacks for element hydration events
Signature:
export interface HydrationControllerCallbacks<TElement extends HTMLElement = HTMLElement>
Methods
|
Method |
Description |
|---|---|
|
(Optional) Called after an individual element's hydration has finished | |
|
(Optional) Called before an individual element's hydration begins | |
|
(Optional) Called after all elements have completed hydration | |
|
(Optional) Called once when the first element enters the hydration pipeline. This is the earliest point at which we know a component has been async-defined with |