AttributeHook

fun <C : Tag<*>, T> AttributeHook(valueSetter: C.(T) -> Unit, flowOfValueSetter: C.(Flow<T>) -> Unit)