Skip to main content

Function: describedBy()

function describedBy(...ids): string | undefined;

Defined in: utils.ts:80

Joins aria-describedby parts, dropping the ones that are not rendered.

Parameters

ParameterType
...ids(string | false | undefined)[]

Returns

string | undefined