@microsoft/fast-element > TemplateLifecycleCallbacks
TemplateLifecycleCallbacks interface
Lifecycle callbacks for template events.
Signature:
export interface TemplateLifecycleCallbacks
Methods
|
Method |
Description |
|---|---|
|
(Optional) Called after the custom element has been defined. | |
|
(Optional) Called after an individual element's hydration has finished. | |
|
(Optional) Called after the JS class definition has been registered. | |
|
(Optional) Called before an individual element's hydration begins. | |
|
(Optional) Called after the template has been assigned to the definition. | |
|
(Optional) Called before the template has been evaluated and assigned. |