Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / or
Function: or()
ts
function or(...conditions): StopCondition;Defined in: packages/core/src/types/stop-condition.ts:79
Stop when any of the supplied conditions is satisfied.
Parameters
| Parameter | Type |
|---|---|
...conditions | readonly StopCondition[] |