Package-level declarations

Functions

Link copied to clipboard
inline fun <T> property(name: String, value: T, description: String? = null, fixedValues: Set<T> = emptySet(), readOnly: Boolean = false): Property<T>

Create the appropriate PropertyXxx instance for the supplied value.