FUIFootnoteBaseComponent

public protocol FUIFootnoteBaseComponent : FUIAttributesConsumer

Component protocol for footnote properties

  • footnoteStyleClassPath Default implementation

    Default Implementation

    NUIStyleClassPath for footnote property

    Declaration

    Swift

    public var footnoteStyleClassPath: [FioriStyle] { get set }
  • footnoteAttributedText Default implementation

    Default Implementation

    Developer formatted NSAttributedString to display as the footnote

    Declaration

    Swift

    public var footnoteAttributedText: NSAttributedString! { get set }