@oneblink/sdk-core
    Preparing search index...

    Type Alias FormEventConditional

    type FormEventConditional = {
        conditionallyExecute?: boolean;
        conditionallyExecutePredicates?: ConditionalPredicate[];
        requiresAllConditionallyExecutePredicates?: boolean;
    }
    Index

    Properties

    conditionallyExecute?: boolean

    Whether the submission event should be conditionally executed.

    conditionallyExecutePredicates?: ConditionalPredicate[]

    Array of the conditional predicates.

    requiresAllConditionallyExecutePredicates?: boolean

    Whether the conditional execution requires all predicates to be true as opposed to one.