Skip to content

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

PropertyTypeDescriptionDefined in
options?TransitionOptionsTransition options; relative defaults to the enclosing view's statepackages/lit-ui-router/src/sref-active.ts:43
params?RawParamsState parameters to matchpackages/lit-ui-router/src/sref-active.ts:41
state?stringThe state name to check for active statuspackages/lit-ui-router/src/sref-active.ts:39