FUIBodyBaseComponent
public protocol FUIBodyBaseComponent : FUIAttributesConsumer
Component protocol for body properties
-
Generic
Typeof the textDeclaration
Swift
associatedtype Text : FUITextProtocol -
body text to display
Declaration
Swift
var body: Text { get } -
Developer formatted
NSAttributedStringto display as the body. Will overridebodyvalue, and default styling.Declaration
Swift
var bodyAttributedText: NSAttributedString! { get set } -
NUIStyleClassPath for
bodypropertyDeclaration
Swift
var bodyStyleClassPath: [FioriStyle] { get set }
-
bodyStyleClassPathDefault implementationDefault Implementation
NUIStyleClassPath for
bodypropertyDeclaration
Swift
public var bodyStyleClassPath: [FioriStyle] { get set }
-
bodyAttributedTextDefault implementationDefault Implementation
Developer-formatted
NSAttributedStringto display as the bodyDeclaration
Swift
public var bodyAttributedText: NSAttributedString! { get set }