GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
WorkflowPreviousOptions Class
public record WorkflowPreviousOptions : System.IEquatable<dymaptic.GeoBlazor.Pro.Options.WorkflowPreviousOptions>
Inheritance System.Object 🡒 WorkflowPreviousOptions
Implements System.IEquatable<WorkflowPreviousOptions>
Constructors
WorkflowPreviousOptions(Nullable) Constructor
public WorkflowPreviousOptions(System.Nullable<bool> CancelCurrentStep=null);
Parameters
CancelCurrentStep
System.Nullable<System.Boolean>
Cancels the current workflow when calling this method. ArcGIS Maps SDK for JavaScript
Properties
WorkflowPreviousOptions.CancelCurrentStep Property
Cancels the current workflow when calling this method. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> CancelCurrentStep { get; set; }