Interface FormLoadFailedMethod

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

Hierarchy

  • MethodWithParameters
    • FormLoadFailedMethod

Properties

Methods

Properties

metadata?: any

Methods