Style
public struct Style : Encodable
Undocumented
-
The group value which receives these styles.
Declaration
Swift
public var target: String? -
Creates
Styleobject with specified properties.Declaration
Swift
public init(target: String? = nil, value: Anything? = nil)Parameters
targetThe group value which receives these styles.
valueSets each group styles.
View on GitHub
Install in Dash
Style Structure Reference