Skip to content

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

PropertyTypeDefault valueDescriptionDefined in
namestring''-packages/lit-ui-router/src/ui-view.ts:73
uiRouterUIRouterLitundefined<ui-view> can be used without <ui-router> by providing the uiRouter property directly.packages/lit-ui-router/src/ui-view.ts:80