Lifecycle
ts
type Lifecycle = Partial<{
onDestroy: ExposableFn[];
onInit: ExposableFn[];
onRender: ExposableFn[];
}>;Defined in: renderer/type.ts:43
Lifecycle hooks for Page.
Since
1.0.0
Author
Simon Kovtyk