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

# Class: Interpolation

[Model](../modules/WDX.Schema.Model.md).[Trend](../modules/WDX.Schema.Model.Trend.md).Interpolation

## Table of contents

### Constructors

- [constructor](WDX.Schema.Model.Trend.Interpolation.md#constructor)

### Properties

- [id](WDX.Schema.Model.Trend.Interpolation.md#id)
- [maxPoints](WDX.Schema.Model.Trend.Interpolation.md#maxpoints)
- [type](WDX.Schema.Model.Trend.Interpolation.md#type)
- [uuid](WDX.Schema.Model.Trend.Interpolation.md#uuid)

## Constructors

### constructor

• **new Interpolation**(): [`Interpolation`](WDX.Schema.Model.Trend.Interpolation.md)

#### Returns

[`Interpolation`](WDX.Schema.Model.Trend.Interpolation.md)

## Properties

### id

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

#### Defined in

src/WDX/Schema/Model/Trend/Interpolation.ts:14

___

### maxPoints

• **maxPoints**: `number`

#### Defined in

src/WDX/Schema/Model/Trend/Interpolation.ts:30

___

### type

• **type**: [`InterpolationType`](../enums/WDX.Schema.Model.Trend.InterpolationType.md)

#### Defined in

src/WDX/Schema/Model/Trend/Interpolation.ts:25

___

### uuid

• **uuid**: `string`

#### Defined in

src/WDX/Schema/Model/Trend/Interpolation.ts:20
