Attribute
@objcMembers public class Attribute: NSObject, AutoCoding, AutoEquatable, AutoDiffable, AutoJSExport
Describes Swift attribute
-
Attribute name
Declaration
Swift
public let name: String
-
Attribute arguments
Declaration
Swift
public let arguments: [String: NSObject]
-
Attribute description that can be used in a template.
Declaration
Swift
public override var description: String