# UpdateViewMetadataMutation

**Kind:** Interface

The Mutation emitted when the App modifies a `View`.

## Properties

### `metadata`

Type: `NormalizedViewMetadata`

The metadata for the View being modified

### `tableId`

Type: `TableId`

The identifier for the Table in which a View is being modified

### `type`

Type: `"updateViewMetadata"`

This Mutation's [discriminant property](https://www.typescriptlang.org/docs/handbook/2/narrowing.html)

### `viewId`

Type: `ViewId`

The identifier for the View being modified
