FUIAttributesProvider
public protocol FUIAttributesProvider : AnyObject
Component protocol, for composing style info for a component.
-
Standard Fiori Design Guidelines style implementation. Provided by SDK.
Declaration
Swift
func defaultAttributes(for property: FUIPropertyRef) -> [NSAttributedStringKey : Any]
-
Developer style overrides, supplied via
.nss
fileDeclaration
Swift
func styleSheetAttributes(for property: FUIPropertyRef) -> [NSAttributedStringKey : Any]
-
mergedAttributes(for:)
Default implementationResultant set of attributes after merging default attributes and tint attributes.
Default Implementation
Declaration
Swift
func mergedAttributes(for property: FUIPropertyRef) -> [NSAttributedStringKey : Any]