Property

data class Property<T : Element>(val key: String, action: Action<Iter<T>, IterValues>)(source)

Constructors

Link copied to clipboard
constructor(key: String, action: Action<Iter<T>, IterValues>)

Properties

Link copied to clipboard
val key: String