lit-ui-router / SrefAriaCurrentDirective
Class: SrefAriaCurrentDirective
Defined in: packages/lit-ui-router/src/sref-active.ts:455
The attribute-part sibling of UiSrefActiveDirective's aria-current handling.
See
srefAriaCurrent for the public API
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
directiveName | readonly | string | the public function's name, for errors and warnings | SrefStatusDirective.directiveName | packages/lit-ui-router/src/sref-active.ts:97 |
params | public | | SrefAriaCurrentParams | undefined | the last params update() saw | SrefStatusDirective.params | packages/lit-ui-router/src/sref-active.ts:73 |
status | public | SrefStatus | undefined | merged status of every target, or undefined before there is one | SrefStatusDirective.status | packages/lit-ui-router/src/sref-active.ts:75 |
Methods
render()
ts
render(params):
| AriaCurrentValue
| typeof noChange
| typeof nothing;Defined in: packages/lit-ui-router/src/sref-active.ts:482
The token for the current status, nothing to remove the attribute, or noChange before a status exists.
Parameters
| Parameter | Type |
|---|---|
params | SrefAriaCurrentParams |
Returns
| AriaCurrentValue | typeof noChange | typeof nothing