# CellSelectionEdges

# Interface: CellSelectionEdges

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

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:57](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/cell-selection/cellSelectionFeature.types.ts#L57)

***

### left

```ts
left: boolean;
```

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

***

### right

```ts
right: boolean;
```

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

***

### top

```ts
top: boolean;
```

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