> For the complete documentation index, see [llms.txt](https://swimlane.gitbook.io/ngx-datatable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swimlane.gitbook.io/ngx-datatable/api/row-detail/outputs.md).

# Outputs

All outputs are Angular `EventEmitter`ers.

## `toggle`

Row detail row was toggled.

```
{
  type: 'all' || 'row'
  value: boolean || row object
}
```
