lit-ui-router / LitViewDeclarationObject
Interface: LitViewDeclarationObject<T>
Defined in: packages/lit-ui-router/src/interface.ts:323
A view declaration object with an explicit component property.
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends DefaultResolvesType | DefaultResolvesType |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
component | RoutedLitComponent<T> | the routed component: a LitElement class or a template function | packages/lit-ui-router/src/interface.ts:327 |