Page
ts
type Page = object & Lifecycle;Defined in: renderer/type.ts:60
Page definition.
Represents a complete renderable unit including content, events, and lifecycle hooks.
Type Declaration
content
ts
content: DynamicElementProps;events?
ts
optional events?: ExposableEvent[];route
ts
route: string;Since
1.0.0
Author
Simon Kovtyk
Author
David Schummer