Class: TransactionInfo

TransactionInfo

标绘对象编辑信息。

new TransactionInfo(options)

Usage
// 浏览器
<script type="text/javascript" src="../../web/libs/plotting/leaflet/11.3.0/iclient-plot-leaflet-es6.min.js"></script>
<script>
  new SuperMap.Plot.TransactionInfo(options);
  
  
</script>

// ES6 Import
import { TransactionInfo } from '../../public/iclient-plot/iclient-plot-leaflet-es6.min.js';

new TransactionInfo(options);

common/plot/TransactionInfo.js, line 1
Name Type Description
options Object

生命值参数。

Name Type Description
transType TransactionType 可选

事务类型。

Members

编辑对象,删除操作需要存储标绘对象。

functionNamestring

编辑的接口名。

编辑对象所在图层。

propertyNamestring

编辑的属性。

redoParamsArray.<Object>

参数值数组。

redoValuenumber

编辑的属性值。

undoParamsArray.<Object>

参数值数组。

undoValuenumber

编辑的属性值。

uuidstring

编辑对象的唯一标识,用来存储创建和编辑标号操作。