• Core logic for the node. Will only be called if all inputs are valid. Return undefined if the node is not ready to execute. Execution can also be optionally delayed by returning a promise.

    Parameters

    • input: any
    • state: any

    Returns undefined | boolean

Generated using TypeDoc