Interface FormSubmitMethod<T>

interface FormSubmitMethod<T> {
    metadata?: any;
    call(parameters: T, context?: Record<string, unknown>): any;
}

Type Parameters

  • T

Hierarchy

  • MethodWithParameters<any, T>
    • FormSubmitMethod

Properties

Methods

Properties

metadata?: any

Methods