lit-ui-router / LitViewDeclarationObject
Interface: LitViewDeclarationObject<T>
Defined in: packages/lit-ui-router/src/interface.ts:299
A view declaration object with an explicit component property.
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends DefaultResolvesType | DefaultResolvesType |
Properties
| Property | Type | Defined in |
|---|---|---|
component | RoutedLitComponent<T> | packages/lit-ui-router/src/interface.ts:302 |