MatchKeywords

public struct MatchKeywords : XMLRepresentable

Undocumented

  • The keyword names to match.

    Declaration

    Swift

    public var keywordNames: [KeywordName]
  • A Boolean value indicating whether the keywords match is enabled.

    Declaration

    Swift

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

    Declaration

    Swift

    public var rule: Rule
  • Initializes a new keywords match.

    Declaration

    Swift

    public init(rule: Rule = .includesAny, keywordNames: [KeywordName])

    Parameters

    rule

    The rule to use for the keywords match, includesAny by default.

    keywordNames

    The keyword names to match.