@arcgis/coding-components
Version:
Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.
1 lines • 19 kB
JSON
[{"name":"Minimalist","id":"minimalist","bundles":["core","data-access","geometry","portal-access"],"variables":[]},{"name":"Aggregate Field","id":"aggregate-field","bundles":["core","geometry"],"variables":[{"name":"$feature","description":"聚合要素中包含的单个要素。 这提供了对要素所有字段属性的访问。","type":"feature"}]},{"name":"Alias","id":"alias","bundles":["core","geometry"],"variables":[{"name":"$value","type":"number","description":"需要文本别名的数值。"}]},{"name":"Attribute rule calculation","id":"attribute-rule-calculation","bundles":["core","data-access","database","geometry","portal-access"],"variables":[{"name":"$feature","type":"feature","description":"正在计算的要素。"},{"name":"$originalFeature","type":"feature","description":"正在计算的要素的先前状态。"},{"name":"$featureSet","type":"featureSet","description":"与评估表达式的 $feature 位于相同的表中的要素集合。"},{"name":"$datastore","type":"featureSetCollection","description":"与执行脚本的 $feature 位于相同的要素服务或数据库中的图层集合。"},{"name":"$editcontext","type":"dictionary","properties":[{"name":"editType","type":"text","description":"指示编辑事件是 INSERT、UPDATE、DELETE 还是 NA (不适用)。"}],"description":""}]},{"name":"Attribute rule constraint","id":"attribute-rule-constraint","bundles":["core","data-access","geometry","portal-access"],"variables":[{"name":"$feature","type":"feature","description":"正在计算的要素。"},{"name":"$originalFeature","type":"feature","description":"正在计算的要素的先前状态。"},{"name":"$featureSet","type":"featureSet","description":"与评估表达式的 $feature 位于相同的表中的要素集合。"},{"name":"$datastore","type":"featureSetCollection","description":"与执行脚本的 $feature 位于相同的要素服务或数据库中的图层集合。"},{"name":"$editcontext","type":"dictionary","properties":[{"name":"editType","type":"text","description":"指示编辑事件是 INSERT、UPDATE、DELETE 还是 NA (不适用)。"}],"description":""}]},{"name":"Attribute rule validation","id":"attribute-rule-validation","bundles":["core","data-access","geometry","portal-access"],"variables":[{"name":"$feature","type":"feature","description":"正在计算的要素。"},{"name":"$featureSet","type":"featureSet","description":"与评估表达式的 $feature 位于相同的表中的要素集合。"},{"name":"$datastore","type":"featureSetCollection","description":"与执行脚本的 $feature 位于相同的要素服务或数据库中的图层集合。"}]},{"name":"Dashboard indicator formatting","id":"dashboard-indicator-formatting","bundles":["core"],"variables":[{"name":"$datapoint","type":"feature","description":"正在为视觉元素评估的数据点。"},{"name":"$reference","type":"dictionary","description":"正在为视觉元素评估的参考值。","properties":[]}]},{"name":"Dashboard list formatting","id":"dashboard-list-formatting","bundles":["core"],"variables":[{"name":"$datapoint","type":"feature","description":"正在为视觉元素评估的数据点。"}]},{"name":"Dashboard table formatting","id":"dashboard-table-formatting","bundles":["core"],"variables":[{"name":"$datapoint","type":"feature","description":"正在为视觉元素评估的数据点。"},{"name":"$rowindex","type":"number","description":"表中行的位置(从零开始)。"}]},{"name":"Dashboard data","id":"dashboard-data","bundles":["core","geometry","data-access","portal-access"],"variables":[]},{"name":"Data Pipelines","id":"data-pipelines","bundles":["core"],"variables":[{"name":"$record","type":"dictionary","description":"提供对正在计算的记录的属性/字段值的访问。","properties":[]}]},{"name":"Dictionary renderer","id":"dictionary-renderer","bundles":["core","geometry"],"variables":[{"name":"$feature","type":"feature","description":"要在地图上绘制的要素。"},{"name":"$config","type":"dictionary","description":"配置值字典。","properties":[]}]},{"name":"Feature Display Title","id":"feature-display-title","bundles":["core"],"variables":[{"name":"$feature","type":"feature","description":"要在 UI 中显示标题的要素或行。"}]},{"name":"Feature Z","id":"feature-z","bundles":["core","geometry"],"variables":[{"name":"$feature","type":"feature","description":"需要 Z 值的要素。"}]},{"name":"Field calculation","id":"field-calculation","bundles":["core","data-access","geometry","portal-access","knowledge-graph"],"variables":[{"name":"$feature","type":"feature","description":"正在计算的要素。"},{"name":"$datastore","type":"featureSetCollection","description":"与执行计算的 $feature 位于相同的要素服务或数据库中的图层集合。"}]},{"name":"Field mapping","id":"field-mapping","bundles":["core","data-access","geometry","portal-access"],"variables":[{"name":"$sourceFeature","type":"feature","description":"外业地图的源要素。"},{"name":"$targetFeature","type":"feature","description":"外业地图的目标要素。"},{"name":"$sourceLayer","type":"featureSet","description":"与 $sourcefeature 位于相同的图层中的要素集合。"},{"name":"$targetLayer","type":"featureSet","description":"与 $targetfeature 位于相同的图层中的要素集合。"},{"name":"$map","type":"featureSetCollection","description":"正在执行 Arcade 表达式位于相同的地图中的图层集合。"},{"name":"$sourceDatastore","type":"featureSetCollection","description":"与 $sourcelayer 位于相同的数据存储中的图层集合。"},{"name":"$targetDatastore","type":"featureSetCollection","description":"与 $targetlayer 位于相同的数据存储中的图层集合。"}]},{"name":"Form calculation","id":"form-calculation","bundles":["core","data-access","geometry","portal-access"],"variables":[{"name":"$feature","type":"feature","description":"显示要素的属性以用于计算"},{"name":"$originalFeature","type":"feature","description":"正在计算的要素的先前状态。"},{"name":"$layer","type":"featureSet","description":"与 $feature 位于相同的图层中的要素集合。"},{"name":"$datastore","type":"featureSetCollection","description":"与 $feature 位于相同的要素服务或数据库中的图层集合。"},{"name":"$featureset","type":"featureSet","description":"与 $feature 位于相同的表中的要素集合。"},{"name":"$map","type":"featureSetCollection","description":"与 $feature 位于相同的地图中的要素服务图层集合。"},{"name":"$editcontext","type":"dictionary","properties":[{"name":"editType","type":"text","description":"指示编辑事件是 INSERT、UPDATE、DELETE 还是 NA (不适用)。"}],"description":""}]},{"name":"Form Constraint","id":"form-constraint","bundles":["core","geometry","data-access","portal-access"],"variables":[{"name":"$feature","type":"feature","description":"正在为约束评估的要素。"},{"name":"$originalFeature","type":"feature","description":"要素的先前状态。"},{"name":"$layer","type":"featureSet","description":"与 $feature 位于相同的图层中的要素集合。"},{"name":"$datastore","type":"featureSetCollection","description":"与 $feature 位于相同的要素服务或数据库中的图层集合。"},{"name":"$featureset","type":"featureSet","description":"与 $feature 位于相同的表中的要素集合。"},{"name":"$map","type":"featureSetCollection","description":"与 $feature 位于相同的地图中的要素服务图层集合。"},{"name":"$editcontext","type":"dictionary","properties":[{"name":"editType","type":"text","description":"指示编辑事件是 INSERT、UPDATE、DELETE 还是 NA (不适用)。"}],"description":""}]},{"name":"Geoanalytics","id":"geoanalytics","bundles":["core","geometry","track"],"variables":[{"name":"$feature","type":"feature","description":"正在计算的要素。"}]},{"name":"Geotrigger notification","id":"geotrigger-notification","bundles":["core","geometry"],"variables":[{"name":"$feedfeature","type":"feature","description":"用于激活 Geotrigger 的输入要素(例如设备位置或要素)。 此要素必须包括一个几何(通常是一个点),并采用具有以下属性的固定模式:`course`(以顺时针方向为单位的位置路线,0 为真北)和 `horizontalaccuracy`(位置的水平精度,以米为单位)。"},{"name":"$fencefeature","type":"feature","description":"进入或退出时将激活 Geotrigger 的栅栏要素(例如感兴趣区域)。"},{"name":"$fencenotificationtype","type":"text","description":"对发生的事件的描述 - “进入”或“退出”。"}]},{"name":"Labeling","id":"labeling","bundles":["core","geometry"],"variables":[{"name":"$feature","type":"feature","description":"要在地图上绘制其标注的要素。"},{"name":"$view","type":"dictionary","description":"可从视图中获取的属性。","properties":[{"name":"scale","type":"number","description":"返回表达式计算时地图的比例。"},{"name":"timeProperties","type":"dictionary","properties":[{"name":"currentStart","type":"date","description":"表达式评估时,由时间滑块组件指示的地图时间范围的开始时间。 当时间滑块用于基于日期字段更新时间感知型标注时,此值会动态更新(并可能触发 Arcade 表达式的重新执行)。 null 值指示开始时间为时间起点。"},{"name":"currentEnd","type":"date","description":"表达式评估时,由时间滑块组件指示的地图时间范围的结束时间。 当时间滑块用于基于日期字段更新时间感知型标注时,此值会动态更新(并可能触发 Arcade 表达式的重新执行)。 null 值指示结束时间不确定,并且无结束。"},{"name":"startIncluded","type":"boolean","description":"指示 currentStart 日期是否包含在地图的当前时间范围内。"},{"name":"endIncluded","type":"boolean","description":"指示 currentEnd 日期是否包含在地图的当前时间范围内。"}],"description":""}]}]},{"name":"Layout","id":"layout","bundles":["core","geometry"],"variables":[{"name":"$feature","type":"feature","description":"可能在布局中显示其值的要素。"}]},{"name":"Location update constraint","id":"location-update-constraint","bundles":["core","geometry"],"variables":[{"name":"$locationupdate","type":"dictionary","description":"正在评估约束的位置更新要素(例如来自 GPS)。","properties":[{"name":"course","type":"number","description":"该位置的路线以顺时针度数为单位,0 表示正北。"},{"name":"horizontalaccuracy","type":"number","description":"位置的水平精度,以米为单位。"},{"name":"verticalaccuracy","type":"number","description":"位置的垂直精度,以米为单位。"},{"name":"velocity","type":"number","description":"位置的速度,以米/秒为单位。"}]}]},{"name":"Measure visualization","id":"measure-visualization","bundles":["core","geometry"],"variables":[{"name":"$measure","type":"number","description":"标记位置的插值 M 值。"},{"name":"$feature","type":"feature","description":"要在地图上绘制的要素。"},{"name":"$view","type":"dictionary","properties":[{"name":"scale","type":"number","description":"返回表达式计算时地图的比例。"}],"description":""}]},{"name":"Popup","id":"popup","bundles":["core","data-access","geometry","portal-access","knowledge-graph"],"variables":[{"name":"$feature","type":"feature","description":"提供对要在视图中显示其弹出窗口的要素的属性和几何图形的访问。"},{"name":"$layer","description":"与 $feature 位于相同的图层中的要素集合,其弹出窗口显示在视图中。","type":"featureSet"},{"name":"$map","description":"与 $feature 位于相同的地图中的图层集合,其弹出窗口显示在视图中。 在不与地图关联的弹出窗口中,此值可能为 `null`。","type":"featureSetCollection"},{"name":"$datastore","description":"与 $feature 位于相同的要素服务或数据库中的图层集合,其弹出窗口显示在视图中。","type":"featureSetCollection"},{"name":"$userInput","description":"一种几何,表示弹出窗口的用户输入。 通常,这表示用户在地图中单击或点击以启动弹出窗口的位置。 在某些情况下,该值可能为点、范围或 `null`,因为并非始终从地图交互中打开弹出窗口。 因此,建议在使用此值之前检查其几何类型。","type":"geometry"},{"name":"$graph","description":"与要素关联的知识图谱。 如果没有可用的知识图谱,值将为 `null`。","type":"knowledgeGraph"},{"name":"$view","type":"dictionary","description":"可从视图中获取的属性。","properties":[{"name":"scale","type":"number","description":"返回表达式计算时地图的比例。"},{"name":"timeProperties","type":"dictionary","properties":[{"name":"currentStart","type":"date","description":"表达式评估时,由时间滑块组件指示的地图时间范围的开始时间。 当时间滑块用于基于日期字段更新时间感知型弹出窗口时,此值会动态更新(并可能触发 Arcade 表达式的重新执行)。 null 值指示开始时间为时间起点。"},{"name":"currentEnd","type":"date","description":"表达式评估时,由时间滑块组件指示的地图时间范围的结束时间。 当时间滑块用于基于日期字段更新时间感知型弹出窗口时,此值会动态更新(并可能触发 Arcade 表达式的重新执行)。 null 值指示结束时间不确定,并且无结束。"},{"name":"startIncluded","type":"boolean","description":"指示 currentStart 日期是否包含在地图的当前时间范围内。"},{"name":"endIncluded","type":"boolean","description":"指示 currentEnd 日期是否包含在地图的当前时间范围内。"}],"description":""}]}]},{"name":"Popup feature reduction","id":"popup-feature-reduction","bundles":["core","data-access","geometry","portal-access"],"variables":[{"name":"$feature","type":"feature","description":"提供对聚类或分组弹出窗口中定义的聚合字段的访问。"},{"name":"$aggregatedFeatures","description":"包含由聚类或图格表示的所有要素的 FeatureSet。","type":"featureSet"},{"name":"$view","type":"dictionary","description":"可从视图中获取的属性。","properties":[{"name":"scale","type":"number","description":"返回表达式计算时地图的比例。"},{"name":"timeProperties","type":"dictionary","properties":[{"name":"currentStart","type":"date","description":"表达式评估时,由时间滑块组件指示的地图时间范围的开始时间。 当时间滑块用于基于日期字段更新时间感知型弹出窗口时,此值会动态更新(并可能触发 Arcade 表达式的重新执行)。 null 值指示开始时间为时间起点。"},{"name":"currentEnd","type":"date","description":"表达式评估时,由时间滑块组件指示的地图时间范围的结束时间。 当时间滑块用于基于日期字段更新时间感知型弹出窗口时,此值会动态更新(并可能触发 Arcade 表达式的重新执行)。 null 值指示结束时间不确定,并且无结束。"},{"name":"startIncluded","type":"boolean","description":"指示 currentStart 日期是否包含在地图的当前时间范围内。"},{"name":"endIncluded","type":"boolean","description":"指示 currentEnd 日期是否包含在地图的当前时间范围内。"}],"description":""}]}]},{"name":"Quick Capture","id":"quick-capture","bundles":["core","data-access","geometry","portal-access"],"variables":[{"name":"$feature","type":"feature","description":"显示要素的属性以用于计算。"},{"name":"$layer","type":"featureSet","description":"与 $feature 位于相同的图层中的要素集合。"},{"name":"$datastore","type":"featureSetCollection","description":"与 $feature 位于相同的要素服务或数据库中的图层集合。"},{"name":"$map","type":"featureSetCollection","description":"QuickCapture 项目使用的地图中要素服务图层的集合。 此变量可能为 `null`。"}]},{"name":"Tasks","id":"tasks","bundles":["core","data-access","geometry","portal-access"],"variables":[{"name":"$feature","description":"任务正在评估的要素。","type":"feature"},{"name":"$datastore","description":"与任务评估的 $feature 位于相同的要素服务或数据库中的图层集合。","type":"featureSetCollection"}]},{"name":"Velocity","id":"velocity","bundles":["core","geometry","track"],"variables":[{"name":"$feature","type":"feature","description":"在具有单一输入的分析工具中,正在进行计算、评估或运算的要素。"},{"name":"$target","type":"feature","description":"在具有两个输入的分析工具中,为进行过滤或丰富而评估的要素。"},{"name":"$join","type":"feature","description":"在具有两个输入的分析工具中,为评估或丰富目标要素提供值的要素。"},{"name":"$analytic","type":"dictionary","description":"与分析相关的时间值,例如开始时间、最后结束时间等。","properties":[]}]},{"name":"Visualization","id":"visualization","bundles":["core","geometry"],"variables":[{"name":"$feature","description":"要在地图上绘制的要素。","type":"feature"},{"name":"$view","type":"dictionary","description":"可从视图中获取的属性。","properties":[{"name":"scale","type":"number","description":"返回表达式计算时地图的比例。"},{"name":"timeProperties","type":"dictionary","properties":[{"name":"currentStart","type":"date","description":"表达式评估时,由时间滑块组件指示的地图时间范围的开始时间。 当时间滑块用于基于日期字段更新时间感知型可视化时,此值会动态更新(并可能触发 Arcade 表达式的重新执行)。 null 值指示开始时间为时间起点。"},{"name":"currentEnd","type":"date","description":"表达式评估时,由时间滑块组件指示的地图时间范围的结束时间。 当时间滑块用于基于日期字段更新时间感知型可视化时,此值会动态更新(并可能触发 Arcade 表达式的重新执行)。 null 值指示结束时间不确定,并且无结束。"},{"name":"startIncluded","type":"boolean","description":"指示 currentStart 日期是否包含在地图的当前时间范围内。"},{"name":"endIncluded","type":"boolean","description":"指示 currentEnd 日期是否包含在地图的当前时间范围内。"}],"description":""}]}]},{"name":"Voxel popup","id":"popup-voxel","bundles":["core"],"variables":[{"name":"$voxel","type":"voxel","description":"提供对要在场景中显示的体素属性的访问权限。"}]},{"name":"Voxel popup element","id":"popup-element-voxel","bundles":["core"],"variables":[{"name":"$voxel","type":"voxel","description":"提供对要在场景中显示的体素属性的访问权限。"}]}]