MatchClip

public struct MatchClip : XMLRepresentable

Undocumented

  • Specifies the possible item types to match for a clip match.

    Declaration

    Swift

    public enum ItemType : String, XMLRepresentable
  • A Boolean value indicating whether the clip match is enabled.

    Declaration

    Swift

    public var isEnabled: Bool
  • The rule to use for the clip match.

    Declaration

    Swift

    public var rule: Rule
  • The item type to match.

    Declaration

    Swift

    public var type: ItemType
  • Initializes a new clip match.

    Declaration

    Swift

    public init(rule: Rule = .isExactly, type: ItemType)

    Parameters

    rule

    The rule to use for the clip match, isExactly by default.

    type

    The item type to match.