Filter

public protocol Filter

Filter protocol.

  • The key used to make a search using this filter.

    Declaration

    Swift

    var resourceId: String
  • The display name of the filter.

    Declaration

    Swift

    var name: String
  • Filter entries.

    Declaration

    Swift

    var entries: [FilterEntryType]