Remix
Remix
remix/method-override-middleware · 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.