Package-level declarations

Types

Link copied to clipboard

Marker annotation for FF4K DSL scopes.

Link copied to clipboard

DSL builder for defining a set of allowed, immutable values for a property.

Link copied to clipboard

DSL builder for defining multiple Property instances in a single block.

Link copied to clipboard

DSL builder for creating a strongly-typed Property instance.

Functions

Link copied to clipboard

Creates a list of Property instances using the FF4K DSL.

Link copied to clipboard
fun <T> property(name: String, block: PropertyBuilder<T>.() -> Unit): Property<T>

Creates a single Property using the FF4K DSL.