GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
SupportingWidgetDefaults Class
Set this to customize any supporting Editor widget’s default behavior. Specific properties can be adjusted in the Attachments, FeatureForm, and FeatureTemplates widgets. In addition, it is possible to update specific properties within the SketchViewModel.
ArcGIS JS API
public class SupportingWidgetDefaults :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetDefaults>
Inheritance System.Object 🡒 SupportingWidgetDefaults
Implements System.IEquatable<SupportingWidgetDefaults>
Constructors
SupportingWidgetDefaults(SupportingWidgetAttachments, SupportingWidgetFeatureForm, SupportingWidgetFeatureTemplates, SupportingWidgetSketch) Constructor
Set this to customize any supporting Editor widget’s default behavior. Specific properties can be adjusted in the Attachments, FeatureForm, and FeatureTemplates widgets. In addition, it is possible to update specific properties within the SketchViewModel.
ArcGIS JS API
public SupportingWidgetDefaults(dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetAttachments Attachments, dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetFeatureForm FeatureForm, dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetFeatureTemplates FeatureTemplates, dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetSketch Sketch);
Parameters
Attachments
SupportingWidgetAttachments
An object containing properties specific for customizing the Attachments widget.
FeatureForm
SupportingWidgetFeatureForm
An object containing properties specific for customizing the FeatureForm widget.
FeatureTemplates
SupportingWidgetFeatureTemplates
An object containing properties specific for customizing the FeatureTemplates widget.
Sketch
SupportingWidgetSketch
An object containing properties specific for customizing the FeatureTemplates widget.
Properties
SupportingWidgetDefaults.Attachments Property
An object containing properties specific for customizing the Attachments widget.
public dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetAttachments Attachments { get; set; }
Property Value
SupportingWidgetDefaults.FeatureForm Property
An object containing properties specific for customizing the FeatureForm widget.
public dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetFeatureForm FeatureForm { get; set; }
Property Value
SupportingWidgetDefaults.FeatureTemplates Property
An object containing properties specific for customizing the FeatureTemplates widget.
public dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetFeatureTemplates FeatureTemplates { get; set; }
Property Value
SupportingWidgetFeatureTemplates
SupportingWidgetDefaults.Sketch Property
An object containing properties specific for customizing the FeatureTemplates widget.
public dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetSketch Sketch { get; set; }