> For the complete documentation index, see [llms.txt](https://noraent.gitbook.io/nora/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noraent.gitbook.io/nora/api-reference/interfaces/gridcellprams.md).

# GridCellPrams

### Import 🚧

```typescript
import { GridCellPrams } from "@noraent/nora-datagrid";
```

### Properties

#### ref

준비중

**Type**:  `Object`

***

#### rowId

준비중

**Type**:  `number`

***

#### rowRef

준비중

**Type**:  `Object`

***

#### value

cell의 값입니다.

**Type**:  `any`

***

#### editStatus

편집상태를 나타냅니다.

**Type**:  `any`

***

#### rowIndex

cell의 값입니다.

**Type**:  `number`

***

#### autoFocus

준비중

**Type**:  `boolean`

***

#### column

현재 cell의 정보를 담고 있습니다.

**Type**:  `Object`
