GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ActionColumnCallbackParams Class
public record ActionColumnCallbackParams : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ActionColumnCallbackParams>
Inheritance System.Object 🡒 ActionColumnCallbackParams
Implements System.IEquatable<ActionColumnCallbackParams>
Constructors
ActionColumnCallbackParams(Graphic, Nullable, string) Constructor
public ActionColumnCallbackParams(dymaptic.GeoBlazor.Core.Components.Graphic? Feature=null, System.Nullable<int> Index=null, string? Native=null);
Parameters
Feature
Graphic
Index
System.Nullable<System.Int32>
Native
System.String
Properties
ActionColumnCallbackParams.Feature Property
public dymaptic.GeoBlazor.Core.Components.Graphic? Feature { get; init; }
Property Value
ActionColumnCallbackParams.Index Property
public System.Nullable<int> Index { get; init; }
Property Value
ActionColumnCallbackParams.Native Property
public string? Native { get; init; }