FormEventBase: FormEventConditional & {
    isRetryable?: boolean;
    label?: string;
}

Type declaration

  • OptionalisRetryable?: boolean

    Whether the event can be retried automatically after a failure that was deemed to be the customers fault.

  • Optionallabel?: string

    A label to identify the event.