GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
EditorItem Class
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.EditorItem.html”>GeoBlazor Docs</a> A predominantly read-only editable item that corresponds to the feature being updated. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html”>ArcGIS Maps SDK for JavaScript</a>
public record EditorItem : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.EditorItem>
Inheritance System.Object 🡒 EditorItem
Implements System.IEquatable<EditorItem>
Constructors
EditorItem(Nullable<bool>, Nullable<bool>, Layer, EditorLayerInfo) Constructor
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.EditorItem.html”>GeoBlazor Docs</a> A predominantly read-only editable item that corresponds to the feature being updated. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html”>ArcGIS Maps SDK for JavaScript</a>
public EditorItem(System.Nullable<bool> Disabled=null, System.Nullable<bool> IsTable=null, dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer=null, dymaptic.GeoBlazor.Pro.Components.EditorLayerInfo? LayerInfo=null);
Parameters
Disabled
System.Nullable<System.Boolean>
Indicates whether to override <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#editable”>editable</a> to `false`. default false <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#disabled”>ArcGIS Maps SDK for JavaScript</a>
IsTable
System.Nullable<System.Boolean>
Indicates whether the associated layer is of type `Table`. default false <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#isTable”>ArcGIS Maps SDK for JavaScript</a>
Layer
dymaptic.GeoBlazor.Core.Components.Layers.Layer
The layer currently being edited. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#layer”>ArcGIS Maps SDK for JavaScript</a>
LayerInfo
EditorLayerInfo
The <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html#LayerInfo”>layerInfo</a> for the provided layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#layerInfo”>ArcGIS Maps SDK for JavaScript</a>
Properties
EditorItem.Disabled Property
Indicates whether to override <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#editable”>editable</a> to `false`. default false <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#disabled”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<bool> Disabled { get; init; }
Property Value
System.Nullable<System.Boolean>
EditorItem.IsTable Property
Indicates whether the associated layer is of type `Table`. default false <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#isTable”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<bool> IsTable { get; init; }
Property Value
System.Nullable<System.Boolean>
EditorItem.Layer Property
The layer currently being edited. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#layer”>ArcGIS Maps SDK for JavaScript</a>
public dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer { get; init; }
Property Value
dymaptic.GeoBlazor.Core.Components.Layers.Layer
EditorItem.LayerInfo Property
The <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html#LayerInfo”>layerInfo</a> for the provided layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#layerInfo”>ArcGIS Maps SDK for JavaScript</a>
public dymaptic.GeoBlazor.Pro.Components.EditorLayerInfo? LayerInfo { get; init; }