FUICounterBaseComponent

public protocol FUICounterBaseComponent : FUIAttributesConsumer

Component protocol for Counter properties

  • counterStyleClassPath Default implementation

    Default Implementation

    NUIStyleClassPath for counter property

    Declaration

    Swift

    public var counterStyleClassPath: [FioriStyle] { get set }
  • counterAttributedText Default implementation

    Default Implementation

    Developer formatted NSAttributedString to display as the counter

    Declaration

    Swift

    public var counterAttributedText: NSAttributedString! { get set }