# CellSelectionEdges

# Interface: CellSelectionEdges

Defined in: [features/cell-selection/cellSelectionFeature.types.ts:63](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/cell-selection/cellSelectionFeature.types.ts#L63)

Which sides of a selected cell sit on the outer boundary of the selection.

## Properties

### bottom

```ts
bottom: boolean;
```

Defined in: [features/cell-selection/cellSelectionFeature.types.ts:64](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/cell-selection/cellSelectionFeature.types.ts#L64)

***

### left

```ts
left: boolean;
```

Defined in: [features/cell-selection/cellSelectionFeature.types.ts:65](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/cell-selection/cellSelectionFeature.types.ts#L65)

***

### right

```ts
right: boolean;
```

Defined in: [features/cell-selection/cellSelectionFeature.types.ts:66](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/cell-selection/cellSelectionFeature.types.ts#L66)

***

### top

```ts
top: boolean;
```

Defined in: [features/cell-selection/cellSelectionFeature.types.ts:67](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/cell-selection/cellSelectionFeature.types.ts#L67)
