FioriStyle

public struct FioriStyle

An struct that represents style classes

  • Initializes a FioriStyle object with a style class.

    Declaration

    Swift

    public init(styleClass: String)
  • The style class name representing the FioriStyle object

    Declaration

    Swift

    public var styleClass: String
  • Declaration

    Swift

    public static func == (lhs: FioriStyle, rhs: FioriStyle) -> Bool