[@wago/wdx-schema](../README.md) / [Exports](../modules.md) / [WDX](../modules/WDX.md) / [Schema](../modules/WDX.Schema.md) / [Model](../modules/WDX.Schema.Model.md) / [Chart](../modules/WDX.Schema.Model.Chart.md) / ZoomPluginZoomPinch

# Class: ZoomPluginZoomPinch

[Model](../modules/WDX.Schema.Model.md).[Chart](../modules/WDX.Schema.Model.Chart.md).ZoomPluginZoomPinch

## Table of contents

### Constructors

- [constructor](WDX.Schema.Model.Chart.ZoomPluginZoomPinch.md#constructor)

### Properties

- [enabled](WDX.Schema.Model.Chart.ZoomPluginZoomPinch.md#enabled)
- [id](WDX.Schema.Model.Chart.ZoomPluginZoomPinch.md#id)
- [uuid](WDX.Schema.Model.Chart.ZoomPluginZoomPinch.md#uuid)

## Constructors

### constructor

• **new ZoomPluginZoomPinch**(): [`ZoomPluginZoomPinch`](WDX.Schema.Model.Chart.ZoomPluginZoomPinch.md)

#### Returns

[`ZoomPluginZoomPinch`](WDX.Schema.Model.Chart.ZoomPluginZoomPinch.md)

## Properties

### enabled

• **enabled**: `boolean`

Enable zooming via pinch

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoomPinch.ts:28

___

### id

• `Optional` **id**: `number`

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoomPinch.ts:13

___

### uuid

• **uuid**: `string`

#### Defined in

src/WDX/Schema/Model/Chart/ZoomPluginZoomPinch.ts:19
