FileFilterProperty

public protocol FileFilterProperty

Represents a property that can be used to filter a collection of files.

  • The type of value that such a property represents.

    Declaration

    Swift

    associatedtype Value
  • The name of the property as used in the Shortcuts app.

    Declaration

    Swift

    static var propertyName: String { get }