dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

CreatePopupTemplateOptions Class

Options for creating the PopupTemplate.
ArcGIS Maps SDK for JavaScript

public class CreatePopupTemplateOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.CreatePopupTemplateOptions>

Inheritance System.Object 🡒 CreatePopupTemplateOptions

Implements System.IEquatable<CreatePopupTemplateOptions>

Constructors

CreatePopupTemplateOptions(IReadOnlyCollection, IReadOnlyCollection) Constructor

Options for creating the PopupTemplate.
ArcGIS Maps SDK for JavaScript

public CreatePopupTemplateOptions(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Enums.IgnoreFieldTypes>? IgnoreFieldTypes=null, System.Collections.Generic.IReadOnlyCollection<string>? VisibleFieldNames=null);

Parameters

IgnoreFieldTypes System.Collections.Generic.IReadOnlyCollection<IgnoreFieldTypes>

An array of field types to ignore when creating the popup.
ArcGIS Maps SDK for JavaScript

VisibleFieldNames System.Collections.Generic.IReadOnlyCollection<System.String>

An array of field names set to be visible within the PopupTemplate.
ArcGIS Maps SDK for JavaScript

Properties

CreatePopupTemplateOptions.IgnoreFieldTypes Property

An array of field types to ignore when creating the popup.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Enums.IgnoreFieldTypes>? IgnoreFieldTypes { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<IgnoreFieldTypes>

CreatePopupTemplateOptions.VisibleFieldNames Property

An array of field names set to be visible within the PopupTemplate.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<string>? VisibleFieldNames { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.String>