Async Property
class AsyncProperty( name: String, valueType: IType, val defaultValue: Any? = null) : Member.Reactive.Stateful.PropertyBase
Content copied to clipboard
Constructors
Link copied to clipboard
fun AsyncProperty( name: String, valueType: IType, defaultValue: Any? = null)
Content copied to clipboard