Skip to content

lit-ui-router / SrefAriaCurrentParams

Interface: SrefAriaCurrentParams

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

Parameters for srefAriaCurrent.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
options?TransitionOptionsTransition options; relative defaults to the enclosing view's stateSrefTargetParams.optionspackages/lit-ui-router/src/sref-active.ts:43
params?RawParamsState parameters to matchSrefTargetParams.paramspackages/lit-ui-router/src/sref-active.ts:41
state?stringThe state name to check for active statusSrefTargetParams.statepackages/lit-ui-router/src/sref-active.ts:39
value?| AriaCurrentValue | AriaCurrentValuesThe 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