Properties
-
A property on a window. Property values are watched and cached in the background, so they are always available to read.
Throws
OnlyPropertyError
errors 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