Function: describedBy()
function describedBy(...ids): string | undefined;
Defined in: utils.ts:80
Joins aria-describedby parts, dropping the ones that are not rendered.
Parameters
| Parameter | Type |
|---|---|
...ids | (string | false | undefined)[] |
Returns
string | undefined