> 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/gridcellpramsv2.md).

# GridCellPramsV2

### Import

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

### Properties

#### columns

DataGrid를 구성하는 기본 소모품 구조 입니다. [DataGridColumns](/nora/api-reference/interfaces/datagridbasicpropsmodel.md)\[]

**Type**:  `Array<Object>`

***

#### column

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

**Type**:  `Object`

***

#### value

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

**Type**:  `any`

***

#### row

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

**Type**:  `Object`

***
