FUISubstatusDisplayMode

public enum FUISubstatusDisplayMode

An enum representing the different substatus display mode for ObjectView

  • show text first if both are set

    Declaration

    Swift

    case text
  • show image first if both are set

    Declaration

    Swift

    case image
  • show both at the same time

    Declaration

    Swift

    case both