with

infix fun String.with(value: Signal<String?>)(source)

Assigns the given value to the attribute.

Since

0.2.0

Parameters

value

the value


infix fun String.with(value: Signal<Boolean>)(source)

Assigns the given boolean value to the attribute.

Since

0.2.0

Parameters

value

the value