Or
This formula will return a bool type that will be true if at least one
of the values in components is true, and false otherwise. This is
consistent with Boolean algebra.
JSON Format
{
"type": "or",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | Formula components to or. This formula must return an array (list) of bool values. |