Skip to content

lit-ui-router / SrefStatus

Interface: SrefStatus

Defined in: packages/lit-ui-router/src/ui-sref-active.ts:66

Status object representing the active state of a uiSref link.

This interface describes the relationship between a link (or container with links) and the current router state.

See

Properties

PropertyTypeDescriptionDefined in
activebooleanThe sref's target state (or one of its children) is currently activepackages/lit-ui-router/src/ui-sref-active.ts:68
enteringbooleanA transition is entering the sref's target statepackages/lit-ui-router/src/ui-sref-active.ts:72
exactbooleanThe sref's target state is currently activepackages/lit-ui-router/src/ui-sref-active.ts:70
exitingbooleanA transition is exiting the sref's target statepackages/lit-ui-router/src/ui-sref-active.ts:74
targetStatesTargetState[]The enclosed sref(s) target state(s)packages/lit-ui-router/src/ui-sref-active.ts:76