Edits

AMD: require(["geoscene/widgets/Editor/Edits"], (Edits) => { /* code goes here */ });
ESM: import Edits from "@geoscene/core/widgets/Editor/Edits";
类: geoscene/widgets/Editor/Edits
继承于:Edits Accessor
起始版本:GeoScene API for JavaScript 4.15

此类支持编辑器微件。它有助于跟踪更新的要素编辑。这是通过 UpdateWorkflow.edits 属性访问的。

另请参阅:

属性概述

可以设置、检索或侦听任何属性。请参阅使用属性主题。
显示继承的属性 隐藏继承的属性
名称 类型 描述 类:
String更多详情

类的名称。

更多详情Accessor
Graphic更多详情

要编辑的要素。

更多详情Edits
Boolean更多详情

如果为 true,则已编辑的要素已从其原始状态进行修改。

更多详情Edits

属性详细信息

declaredClass Stringreadonly inherited

类的名称。声明的类名格式为 geoscene.folder.className

feature Graphicreadonly

要编辑的要素。

modified Booleanreadonly

如果为 true,则已编辑的要素已从其原始状态进行修改。

您的浏览器不再受支持。请升级浏览器以获得最佳体验。有关更多详细信息,请参阅我们的 浏览器弃用帖子