lit-ui-router / NormalizedLitViewDeclaration
Interface: NormalizedLitViewDeclaration<T>
Defined in: packages/lit-ui-router/src/interface.ts:384
The litViewsBuilder registered in UIRouterLit.constructor normalizes config to this internal interface.
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends DefaultResolvesType | DefaultResolvesType |
Properties
| Property | Type | Defined in |
|---|---|---|
component | RoutedLitTemplate<T> | packages/lit-ui-router/src/interface.ts:387 |