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