FUIStatusDisplayMode

public enum FUIStatusDisplayMode

An enum representing the different status 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