FioriStyle
public struct FioriStyle : Hashable
extension FioriStyle: RawRepresentable
An struct that represents style classes
-
Initializes a
FioriStyleobject with a style class.Declaration
Swift
public init(styleClass: String) -
The style class name representing the
FioriStyleobjectDeclaration
Swift
public var styleClass: String -
Declaration
Swift
public func hash(into hasher: inout Hasher) -
:nodoc
Declaration
Swift
public typealias RawValue = String -
:nodoc
Declaration
Swift
public init?(rawValue: RawValue) -
:nodoc
Declaration
Swift
public var rawValue: RawValue { get }