Interface FormSubmitFailedMethod

interface FormSubmitFailedMethod {
    metadata?: any;
    call(error: Error): any;
}

Hierarchy

  • MethodWithParameters
    • FormSubmitFailedMethod

Properties

Methods

Properties

metadata?: any

Methods