Skip to content

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

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

ParameterType
paramsSrefAriaCurrentParams

Returns

| AriaCurrentValue | typeof noChange | typeof nothing

Overrides

SrefStatusDirective.render