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
MatchClip Structure Reference