Skip to content

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

PropertyModifierTypeDescriptionInherited fromDefined in
directiveNamereadonlystringthe public function's name, for errors and warningsSrefStatusDirective.directiveNamepackages/lit-ui-router/src/sref-active.ts:95
paramspublic| SrefAriaCurrentParams | undefinedthe last params update() sawSrefStatusDirective.paramspackages/lit-ui-router/src/sref-active.ts:71
statuspublicSrefStatus | undefinedmerged status of every target, or undefined before there is oneSrefStatusDirective.statuspackages/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

ParameterType
__namedParametersSrefAriaCurrentParams

Returns

| typeof noChange | AriaCurrentValue | typeof nothing

Overrides

SrefStatusDirective.render