FUIKPIFootnoteBaseComponent
public protocol FUIKPIFootnoteBaseComponent : FUIAttributesConsumer
Component protocol for kpiFootnote
properties
-
Generic
Type
of the textDeclaration
Swift
associatedtype KPIFootnoteText : FUITextProtocol
-
kpiFootnote
text to displayDeclaration
Swift
var kpiFootnote: KPIFootnoteText { get }
-
Developer formatted
NSAttributedString
to display as thekpiFootnote
. Will overridekpiFootnote
value, and default styling.Declaration
Swift
var kpiFootnoteAttributedText: NSAttributedString! { get set }
-
NUIStyleClassPath for
kpiFootnote
propertyDeclaration
Swift
var kpiFootnoteStyleClassPath: [FioriStyle] { get set }
-
kpiFootnoteStyleClassPath
Default implementationDefault Implementation
NUIStyleClassPath
forkpiFootnote
propertyDeclaration
Swift
public var kpiFootnoteStyleClassPath: [FioriStyle] { get set }
-
kpiFootnoteAttributedText
Default implementationDefault Implementation
Developer-formatted
NSAttributedString
to display as thekpiFootnote
Declaration
Swift
public var kpiFootnoteAttributedText: NSAttributedString! { get set }