---
title: MethodOverrideOptions
---

# MethodOverrideOptions

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/method-override-middleware/src/lib/method-override.ts#L7" target="_blank">View Source</a>

## Summary

Options for the methodOverride middleware.

## Signature

```ts
interface MethodOverrideOptions {
  fieldName?: string;
}

```

## Properties

### fieldName

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