dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets.LayerList
ActionBase Class
Actions are customizable behavior which can be executed in certain widgets such as Popups, a BasemapLayerList, or a LayerList.
ArcGIS JS API
public class ActionBase
Inheritance System.Object 🡒 ActionBase
Remarks
The Action Sections property and corresponding functionality will be fully implemented
in a future iteration. Currently, a user can view available layers in the layer list widget
and toggle the selected layer’s visiblity. More capabilities will be available after full
implementation of ActionSection.
Properties
ActionBase.ClassName Property
This adds a CSS clas to the ActionButton’s node.
public string? ClassName { get; set; }
Property Value
ActionBase.Id Property
The name of the ID assigned to this action.
public string? Id { get; set; }
Property Value
ActionBase.Title Property
The title of the action.
public string? Title { get; set; }