Skip to content

lit-ui-router / UiSrefActiveParams

Interface: UiSrefActiveParams

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

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:148
exactClassesstring[]CSS classes to add only when the exact state is activepackages/lit-ui-router/src/ui-sref-active.ts:150
options?TransitionOptionsTransition optionspackages/lit-ui-router/src/ui-sref-active.ts:156
params?RawParamsState parameters to matchpackages/lit-ui-router/src/ui-sref-active.ts:154
statestringThe state name to check for active statuspackages/lit-ui-router/src/ui-sref-active.ts:152
targetStatesTargetState[]Target states from nested uiSref directivespackages/lit-ui-router/src/ui-sref-active.ts:158