FioriStyleable
protocol FioriStyleable : class
-
The style class property. Setting this value applys the style.
Declaration
Swift
public var nuiClass: String?
-
The style class path property with type of a
FioriStyle
array. Setting this property converts the value to aString
with:
as separator, and the convertedString
value would be set to ‘nuiClass’ for applying the styles.Declaration
Swift
public var styleClassPath: [FioriStyle]?