lit-ui-router / UiView
Class: UiView
Defined in: packages/lit-ui-router/src/ui-view.ts:71
ui-router-context
This event is fired to obtain the uiRouter instance, when not directly provided. Once obtained, the <ui-view> listens and provides the uiRouter to 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 |