ItemStatus

public enum ItemStatus : String, Codable

Box item status indicating whether this item is deleted or not.

  • Item was not deleted or moved to trash.

    Declaration

    Swift

    case active
  • Item has been moved to the trash

    Declaration

    Swift

    case trashed
  • Item has been permanently deleted

    Declaration

    Swift

    case deleted