lit-ui-router / SrefAriaCurrentDirective
Class: SrefAriaCurrentDirective
Defined in: packages/lit-ui-router/src/sref-active.ts:430
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:95 |
params | public | | SrefAriaCurrentParams | undefined | the last params update() saw | SrefStatusDirective.params | packages/lit-ui-router/src/sref-active.ts:71 |
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:73 |
Methods
render()
ts
render(__namedParameters):
| typeof noChange
| AriaCurrentValue
| typeof nothing;Defined in: packages/lit-ui-router/src/sref-active.ts:457
The token for the current status, nothing to remove the attribute, or noChange before a status exists.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | SrefAriaCurrentParams |
Returns
| typeof noChange | AriaCurrentValue | typeof nothing