dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Options
PopupOpenOptions Class
public class PopupOpenOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.PopupOpenOptions>
Inheritance System.Object 🡒 PopupOpenOptions
Implements System.IEquatable<PopupOpenOptions>
Constructors
PopupOpenOptions(Nullable, Nullable, Nullable, IReadOnlyCollection, Nullable, Point, string, Nullable, string, string, Nullable, Widget) Constructor
public PopupOpenOptions(System.Nullable<bool> Collapsed=null, System.Nullable<Microsoft.AspNetCore.Components.ElementReference> ElementReferenceContent=null, System.Nullable<bool> FeatureMenuOpen=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Features=null, System.Nullable<bool> FetchFeatures=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location=null, string? Promises=null, System.Nullable<bool> ShouldFocus=null, string? StringContent=null, string? Title=null, System.Nullable<bool> UpdateLocationEnabled=null, dymaptic.GeoBlazor.Core.Components.Widgets.Widget? WidgetContent=null);
Parameters
Collapsed
System.Nullable<System.Boolean>
Since: 4.5 When true
, indicates that only the popup header will display.
ArcGIS Maps SDK for JavaScript
ElementReferenceContent
System.Nullable<Microsoft.AspNetCore.Components.ElementReference>
Sets the content of the popup.
ArcGIS Maps SDK for JavaScript
FeatureMenuOpen
System.Nullable<System.Boolean>
Since: 4.5 This property enables multiple features in a popup to display in a list rather than displaying the first selected feature.
ArcGIS Maps SDK for JavaScript
Features
System.Collections.Generic.IReadOnlyCollection<Graphic>
Sets the popup’s features, which populate the title and content of the popup based on each graphic’s PopupTemplate.
ArcGIS Maps SDK for JavaScript
FetchFeatures
System.Nullable<System.Boolean>
When true
, indicates the popup should fetch the content of this feature and display it.
ArcGIS Maps SDK for JavaScript
Location
Point
Sets the popup’s location, which is the geometry used to position the popup.
ArcGIS Maps SDK for JavaScript
Promises
System.String
Sets pending promises on the popup.
ArcGIS Maps SDK for JavaScript
ShouldFocus
System.Nullable<System.Boolean>
Since: 4.23 When true
, indicates that the focus should be on the popup after it has been opened.
ArcGIS Maps SDK for JavaScript
StringContent
System.String
Sets the content of the popup.
ArcGIS Maps SDK for JavaScript
Title
System.String
Sets the title of the popup.
ArcGIS Maps SDK for JavaScript
UpdateLocationEnabled
System.Nullable<System.Boolean>
When true
indicates the popup should update its location for each paginated feature based on the selected feature’s geometry.
ArcGIS Maps SDK for JavaScript
WidgetContent
Widget
Sets the content of the popup.
ArcGIS Maps SDK for JavaScript
Properties
PopupOpenOptions.Collapsed Property
Since: 4.5 When true
, indicates that only the popup header will display.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Collapsed { get; set; }
Property Value
System.Nullable<System.Boolean>
PopupOpenOptions.ElementReferenceContent Property
Sets the content of the popup.
ArcGIS Maps SDK for JavaScript
public System.Nullable<Microsoft.AspNetCore.Components.ElementReference> ElementReferenceContent { get; set; }
Property Value
System.Nullable<Microsoft.AspNetCore.Components.ElementReference>
PopupOpenOptions.FeatureMenuOpen Property
Since: 4.5 This property enables multiple features in a popup to display in a list rather than displaying the first selected feature.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> FeatureMenuOpen { get; set; }
Property Value
System.Nullable<System.Boolean>
PopupOpenOptions.Features Property
Sets the popup’s features, which populate the title and content of the popup based on each graphic’s PopupTemplate.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Features { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<Graphic>
PopupOpenOptions.FetchFeatures Property
When true
, indicates the popup should fetch the content of this feature and display it.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> FetchFeatures { get; set; }
Property Value
System.Nullable<System.Boolean>
PopupOpenOptions.Location Property
Sets the popup’s location, which is the geometry used to position the popup.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location { get; set; }
Property Value
PopupOpenOptions.Promises Property
Sets pending promises on the popup.
ArcGIS Maps SDK for JavaScript
public string? Promises { get; set; }
Property Value
PopupOpenOptions.ShouldFocus Property
Since: 4.23 When true
, indicates that the focus should be on the popup after it has been opened.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> ShouldFocus { get; set; }
Property Value
System.Nullable<System.Boolean>
PopupOpenOptions.StringContent Property
Sets the content of the popup.
ArcGIS Maps SDK for JavaScript
public string? StringContent { get; set; }
Property Value
PopupOpenOptions.Title Property
Sets the title of the popup.
ArcGIS Maps SDK for JavaScript
public string? Title { get; set; }
Property Value
PopupOpenOptions.UpdateLocationEnabled Property
When true
indicates the popup should update its location for each paginated feature based on the selected feature’s geometry.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> UpdateLocationEnabled { get; set; }
Property Value
System.Nullable<System.Boolean>
PopupOpenOptions.WidgetContent Property
Sets the content of the popup.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Widgets.Widget? WidgetContent { get; set; }