relList

val relList: DOMTokenList<ERROR CLASS: Symbol not found for JsString>(source)

The read-only relList property of the HTMLLinkElement returns a live DOMTokenList object containing the set of link types indicating the relationship between the resource represented by the element and the current document. It reflects the element's rel content attribute.

MDN Reference