lit-ui-router / UiView
Class: UiView
Defined in: packages/lit-ui-router/src/ui-view.ts:71
Events
ui-router-context— This event is fired to obtain theuiRouterinstance, when not directly provided. Once obtained, the<ui-view>listens and provides theuiRouterto descendants.ui-view-context— This event is fired to obtain the parent<ui-view>.
Extends
Properties
| Property | Type | Default value | Description | Defined in |
|---|---|---|---|---|
name | string | '' | - | packages/lit-ui-router/src/ui-view.ts:73 |
uiRouter | UIRouterLit | undefined | <ui-view> can be used without <ui-router> by providing the uiRouter property directly. | packages/lit-ui-router/src/ui-view.ts:80 |