# CellActivateTrigger

> _Since v1.0.0_

Trigger type for cell activation.
- `'keyboard'`: Enter key pressed on focused cell
- `'pointer'`: Mouse/touch/pen click on cell

```ts
type CellActivateTrigger = "keyboard" | "pointer"
```

## See Also

- [`CellActivateDetail`](/grid/api/core/interfaces/cellactivatedetail.md) for the activation event detail
