FUIFootnoteBaseComponent
public protocol FUIFootnoteBaseComponent : FUIAttributesConsumer
Component protocol for footnote properties
-
Generic
Typeof the text.Declaration
Swift
associatedtype FootnoteText : FUITextProtocol -
footnote text to display
Declaration
Swift
var footnote: FootnoteText { get } -
Developer formatted
NSAttributedStringto display as the footnote. Will overridefootnotevalue, and default styling.Declaration
Swift
var footnoteAttributedText: NSAttributedString! { get set } -
NUIStyleClassPath for
footnotepropertyDeclaration
Swift
var footnoteStyleClassPath: [FioriStyle] { get set }
-
footnoteStyleClassPathDefault implementationDefault Implementation
NUIStyleClassPath for
footnotepropertyDeclaration
Swift
public var footnoteStyleClassPath: [FioriStyle] { get set }
-
footnoteAttributedTextDefault implementationDefault Implementation
Developer formatted
NSAttributedStringto display as the footnoteDeclaration
Swift
public var footnoteAttributedText: NSAttributedString! { get set }