Extends
Members
(constant) CONTAINS :StringMatch
Represents the string1.indexOf(string2) != -1 condition.
Type:
(constant) ENDS_WITH :StringMatch
Represents the string1 ends with characters contained in string2 condition.
Type:
(constant) EQUALS :StringMatch
Represents the string1 == string2 condition.
Type:
(constant) NOT_EQUALS :StringMatch
Represents the string1 != string2 condition.
Type:
(constant) STARTS_WITH :StringMatch
Represents the string1 starts with characters contained in string2 condition.
Type:
(readonly) symbol :string
Condition symbol of the matcher.
Type:
- string
- Overrides
(readonly) type :number
Type identifier of the matcher.
Type:
- number
- Overrides