lit-ui-router / NormalizedLitViewDeclaration
Interface: NormalizedLitViewDeclaration<T>
Defined in: packages/lit-ui-router/src/interface.ts:422
The litViewsBuilder registered by the UIRouterLit constructor normalizes config to this internal interface.
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends DefaultResolvesType | DefaultResolvesType |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
component | RoutedLitComponent<T> | A template function, or a RoutedLitElement class that the rendering <ui-view> instantiates and owns. sticky classes are normalized to a template function so their single instance outlives any one <ui-view>. | packages/lit-ui-router/src/interface.ts:430 |