KPISubitemType

public enum KPISubitemType

KPIItem takes 3 types of subitem

  • the unit information for the metric displayed

    Declaration

    Swift

    case unit
  • an icon may be displayed to the left/right of a metric

    Declaration

    Swift

    case icon
  • the value which is being displayed

    Declaration

    Swift

    case metric