Skip to content

lit-ui-router / UiSrefActiveParams

Interface: UiSrefActiveParams

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

Parameters for the uiSrefActive directive.

See

uiSrefActive

Properties

PropertyTypeDescriptionDefined in
activeClassesstring[]CSS classes to add when the state (or a child state) is activepackages/lit-ui-router/src/ui-sref-active.ts:147
exactClassesstring[]CSS classes to add only when the exact state is activepackages/lit-ui-router/src/ui-sref-active.ts:149
optionsTransitionOptionsTransition optionspackages/lit-ui-router/src/ui-sref-active.ts:155
paramsRawParamsState parameters to matchpackages/lit-ui-router/src/ui-sref-active.ts:153
statestringThe state name to check for active statuspackages/lit-ui-router/src/ui-sref-active.ts:151
targetStatesTargetState[]Target states from nested uiSref directivespackages/lit-ui-router/src/ui-sref-active.ts:157