Properties
-
A property on a window. Property values are watched and cached in the background, so they are always available to read.
See moreThrows
OnlyPropertyErrorerrors are given for rejected promises.Declaration
Swift
open class Property<TypeSpec> where TypeSpec : PropertyTypeSpec -
A property that can be set. Writes happen asynchronously.
See moreDeclaration
Swift
public class WriteableProperty<TypeSpec> : Property<TypeSpec> where TypeSpec : PropertyTypeSpec -
Undocumented
See moreDeclaration
Swift
public enum PropertyError : Error
View on GitHub
Install in Dash
Properties Reference