lit-ui-router / UiSrefActiveParams
Interface: UiSrefActiveParams
Defined in: packages/lit-ui-router/src/ui-sref-active.ts:145
Parameters for the uiSrefActive directive.
See
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
activeClasses | string[] | CSS classes to add when the state (or a child state) is active | packages/lit-ui-router/src/ui-sref-active.ts:147 |
exactClasses | string[] | CSS classes to add only when the exact state is active | packages/lit-ui-router/src/ui-sref-active.ts:149 |
options | TransitionOptions | Transition options | packages/lit-ui-router/src/ui-sref-active.ts:155 |
params | RawParams | State parameters to match | packages/lit-ui-router/src/ui-sref-active.ts:153 |
state | string | The state name to check for active status | packages/lit-ui-router/src/ui-sref-active.ts:151 |
targetStates | TargetState[] | Target states from nested uiSref directives | packages/lit-ui-router/src/ui-sref-active.ts:157 |