GeoBlazor Pro


layout: pro title: SupportingWidgetDefaults parent: Pro Classes grand_parent: 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 Maps SDK for JavaScript

public class SupportingWidgetDefaults : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 SupportingWidgetDefaults

Constructors

SupportingWidgetDefaults() Constructor

Parameterless constructor for use as a razor component

public SupportingWidgetDefaults();

SupportingWidgetDefaults(SupportingWidgetAttachments, SupportingWidgetFeatureForm, SupportingWidgetFeatureTemplates, SupportingWidgetSketch) Constructor

Creates a new SupportingWidgetDefaults in code with parameters

public SupportingWidgetDefaults(dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetAttachments? attachments=null, dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetFeatureForm? featureForm=null, dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetFeatureTemplates? featureTemplates=null, dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetSketch? sketch=null);

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

SupportingWidgetAttachments

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

SupportingWidgetFeatureForm

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; }

Property Value

SupportingWidgetSketch