lit-ui-router / SrefTargetParams
Interface: SrefTargetParams
Defined in: packages/lit-ui-router/src/sref-active.ts:37
Which state an attribute-part active directive watches. Name a state, or leave it out to watch the srefHref links inside the element instead (container mode, as uiSrefActive does).
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
options? | TransitionOptions | Transition options; relative defaults to the enclosing view's state | packages/lit-ui-router/src/sref-active.ts:43 |
params? | RawParams | State parameters to match | packages/lit-ui-router/src/sref-active.ts:41 |
state? | string | The state name to check for active status | packages/lit-ui-router/src/sref-active.ts:39 |