hxVals

inline fun <T : Any> Tag.hxVals(value: @Serializable T, json: Json = Json)(source)
fun Tag.hxVals(value: Map<String, String>, json: Json = Json)(source)

See also


fun Tag.hxVals(key: String, value: String, json: Json = Json)(source)

Overwrites any existing Hx.vals on this tag.

See also