interface AnyElementsTrue {
    $anyElementTrue: ArrayExpression<any>;
}

Properties

Properties

$anyElementTrue: ArrayExpression<any>

Evaluates an array as a set and returns true if any of the elements are true and false otherwise. An empty array returns false.