Skip to content

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 ParameterDefault type
T extends DefaultResolvesTypeDefaultResolvesType

Properties

PropertyTypeDescriptionDefined in
componentRoutedLitComponent<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