remix/data-schema/form-data · InterfaceView Source
FormDataFieldOptions
Summary
Options for parsing a single text field from FormData or URLSearchParams.
Signature
interface FormDataFieldOptions {
name?: string;
}
Properties
name
The form field name to read. Defaults to the object key passed to object().