Remix
Remix
remix/middleware/method-override · InterfaceView Source

MethodOverrideOptions

Summary

Options for the methodOverride middleware.

Signature

interface MethodOverrideOptions {
  fieldName?: string;
}

Properties

fieldName

The name of the form field to check for request method override.