# ColumnVisibilityDetail

> _Since v0.1.1_

Event detail emitted when column visibility changes *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `field?` | <code>string</code> | The field that changed visibility (undefined for bulk operations) |
| `visible?` | <code>boolean</code> | Whether the column is now visible (undefined for bulk operations) |
| `visibleColumns` | <code>string[]</code> | List of all currently visible column fields |
