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

# CellFocusedType

### Import 🚧 (반환 타입 준비중)

<pre class="language-typescript"><code class="lang-typescript">import { <a data-footnote-ref href="#user-content-fn-1">CellFocusedType</a> } from "@noraent/nora-datagrid";
</code></pre>

### Properties

#### ~~**id** 🚧~~

\--

**Type**:  `string`

***

#### **field**&#x20;

열의 고유 식별자입니다.  값을 매핑하는 데 사용됩니다.

**Type**: `string`

***

#### ~~**fieldName** 🚧~~

열의 명칭 입니다.

**Type**: `string`

***

#### **value**

내용입니다..

**Type**: `T`

***

#### **row**

DataGridPrivateDataSourceModel

**Type**: `Object`

***

#### **startRowIndex**

행의 시작 위치 입니다.

**Type**: `number`

***

#### **endRowIndex**

행의 종료 위치 입니다.

**Type**: `number`

***

[^1]: 반환 타입 준비중
