Action

public enum Action : String, Codable

Undocumented

  • show a warning that identifies the matching filter by title, and allow the user to expand the filtered status. This is the default (and unknown values should be treated as equivalent to warn).

    Declaration

    Swift

    case warn
  • do not show this status if it is received

    Declaration

    Swift

    case hide