---
url: >-
  /api/third-parties/schema-formio/types/components/function-object-to-edit-grid.md
description: api documentation of objectToEditGrid from @tsed/schema-formio
---

## Usage

```typescript
import { objectToEditGrid } from "@tsed/schema-formio";
```

> See [/packages/third-parties/schema-formio/src/components/objectToEditGrid.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/third-parties/schema-formio/src/components/objectToEditGrid.ts#L0-L0).

## Overview

```ts
function objectToEditGrid(schema: any, options: any): any;
```
