lit-ui-router / SrefAriaCurrentParams
Interface: SrefAriaCurrentParams
Defined in: packages/lit-ui-router/src/sref-active.ts:413
Parameters for srefAriaCurrent.
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
options? | TransitionOptions | Transition options; relative defaults to the enclosing view's state | SrefTargetParams.options | packages/lit-ui-router/src/sref-active.ts:43 |
params? | RawParams | State parameters to match | SrefTargetParams.params | packages/lit-ui-router/src/sref-active.ts:41 |
state? | string | The state name to check for active status | SrefTargetParams.state | packages/lit-ui-router/src/sref-active.ts:39 |
value? | | AriaCurrentValue | AriaCurrentValues | The token to write while the exact state is active — 'page' by default — or an object that also names one for an active ancestor: { exact: 'page', active: 'location' }. See AriaCurrentValues. | - | packages/lit-ui-router/src/sref-active.ts:419 |