Skip to content

ContainsExpression

type ContainsExpression = object;

Represents a CONTAINS expression: contains(<operand>, <substringOrElement>)

operand: Operand;

substringOrElement: NativeAttributeValue;

type: typeof $contains;