WriteableProperty
public class WriteableProperty<TypeSpec> : Property<TypeSpec> where TypeSpec : PropertyTypeSpecA property that can be set. Writes happen asynchronously.
- 
                  
                  The value of the property. Reading is instant and synchronous, but writing is asynchronous and the value will not be updated until the write is complete. Use setto retrieve a promise.DeclarationSwift public final override var value: PropertyType { get set }
- 
                  
                  Sets the value of the property. DeclarationSwift public final func set(_ newValue: NonOptionalType) -> Promise<PropertyType>Return ValueA promise that resolves to the new actual value of the property. 
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           WriteableProperty Class Reference
      WriteableProperty Class Reference