attributes
The attributes associated with a view element.
Declaration
var attributes: [String : String]? { get }Discussion
All of the attributes are defined as key-value pairs.
The attributes associated with a view element.
var attributes: [String : String]? { get }All of the attributes are defined as key-value pairs.