Skip to content

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

ParameterType
...conditionsreadonly StopCondition[]

Returns

StopCondition

Stable