FUIKPIFootnoteBaseComponent

public protocol FUIKPIFootnoteBaseComponent : FUIAttributesConsumer

Component protocol for kpiFootnote properties

  • kpiFootnoteStyleClassPath Default implementation

    Default Implementation

    NUIStyleClassPath for kpiFootnote property

    Declaration

    Swift

    public var kpiFootnoteStyleClassPath: [FioriStyle] { get set }
  • kpiFootnoteAttributedText Default implementation

    Default Implementation

    Developer-formatted NSAttributedString to display as the kpiFootnote

    Declaration

    Swift

    public var kpiFootnoteAttributedText: NSAttributedString! { get set }