ContainsExpression
type ContainsExpression = object;Represents a CONTAINS expression: contains(<operand>, <substringOrElement>)
Properties
Section titled “Properties”operand
Section titled “operand”operand: Operand;substringOrElement
Section titled “substringOrElement”substringOrElement: NativeAttributeValue;type: typeof $contains;