FUIFootnoteBaseComponent
public protocol FUIFootnoteBaseComponent : FUIAttributesConsumer
Component protocol for footnote properties
-
Generic
Type
of the text.Declaration
Swift
associatedtype FootnoteText : FUITextProtocol
-
footnote text to display
Declaration
Swift
var footnote: FootnoteText { get }
-
Developer formatted
NSAttributedString
to display as the footnote. Will overridefootnote
value, and default styling.Declaration
Swift
var footnoteAttributedText: NSAttributedString! { get set }
-
NUIStyleClassPath for
footnote
propertyDeclaration
Swift
var footnoteStyleClassPath: [FioriStyle] { get set }
-
footnoteStyleClassPath
Default implementationDefault Implementation
NUIStyleClassPath for
footnote
propertyDeclaration
Swift
public var footnoteStyleClassPath: [FioriStyle] { get set }
-
footnoteAttributedText
Default implementationDefault Implementation
Developer formatted
NSAttributedString
to display as the footnoteDeclaration
Swift
public var footnoteAttributedText: NSAttributedString! { get set }