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
| Property | Type | Description | Defined in |
|---|---|---|---|
active | boolean | The sref's target state (or one of its children) is currently active | packages/lit-ui-router/src/ui-sref-active.ts:68 |
entering | boolean | A transition is entering the sref's target state | packages/lit-ui-router/src/ui-sref-active.ts:72 |
exact | boolean | The sref's target state is currently active | packages/lit-ui-router/src/ui-sref-active.ts:70 |
exiting | boolean | A transition is exiting the sref's target state | packages/lit-ui-router/src/ui-sref-active.ts:74 |
targetStates | TargetState[] | The enclosed sref(s) target state(s) | packages/lit-ui-router/src/ui-sref-active.ts:76 |