IsEmpty
This formula allows you to check if an array (list) or a string is empty. It
will return true if and only if the list or string is empty.
JSON Format
{
"type": "isEmpty",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the array (list) or string you want to check the emptiness of. |