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

Type declaration

  • Optional isRetryable?: boolean

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

  • Optional label?: string

    A label to identify the event.