RealGrid2 API
Interface
FieldMap

FieldMap

DataDropOptions.fieldMap Field name of the grid to be moved - field name of the grid to be moved pair format

Signature:

` You can map fields with the same field name using ``typescript export interface FieldMap


## Remarks

`'*':'*'`.

## Example


```js
{
 'CompanyName': 'ShipAddress' ,
 '*': '*'
}