Skip to main content

createCondition

Function
This function is defined in the conditions module.

Signature

def createCondition(input: ConditionProtocol | Record<string, any> | string | ((ctx: Record<string, any>) -> void

Returns

Returns
void
The result of the operation.

Uses

  • FunctionCondition
  • as
  • ExpressionCondition
  • DictCondition

Source

View on GitHub

src/conditions/index.ts at line 230