AttributesBuilder

DSL for building attributes.

Since

0.2.0

Functions

Link copied to clipboard
infix fun String.with(value: Signal<Boolean>)

Assigns the given boolean value to the attribute.

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

Assigns the given value to the attribute.