[@kineviz/graphxr-api](../README.md) / [Exports](../modules.md) / MappedProperty

# Interface: MappedProperty

## Table of contents

### Properties

- [formula](MappedProperty.md#formula)
- [name](MappedProperty.md#name)
- [newName](MappedProperty.md#newname)

## Properties

### formula

• **formula**: ``"toString"`` \| [`MapFormula`](../modules.md#mapformula) \| ``"toNumber"`` \| ``"toDate"`` \| ``"toWeek"``

#### Defined in

[transform/map.ts:18](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/transform/map.ts#lines-18)

___

### name

• **name**: [`PropertyKey`](../modules.md#propertykey)

#### Defined in

[transform/map.ts:16](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/transform/map.ts#lines-16)

___

### newName

• `Optional` **newName**: [`PropertyKey`](../modules.md#propertykey)

#### Defined in

[transform/map.ts:17](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/transform/map.ts#lines-17)
