tooltipId

fun <T : Element> AttrsBuilder<T>.tooltipId(id: String, hidden: Boolean = false): AttrsBuilder<T>

Attaches tooltip to this element

Parameters

id

tooltip ID

hidden

whether this element should be hidden from screen-readers to avoid duplication with tooltip content