Class PreviousStepPageAction
[JsonObject]
public class PreviousStepPageAction : FeaturePageAction
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: HomeSeer.PluginSdk.Features.Responses.PageActions
Assembly: PluginSdk.dll
A FeaturePageAction used to instruct the client to return to the previous stepper step
Remarks
Constructors
View SourcePreviousStepPageAction()
Create a new FeaturePageAction with the PreviousStep action type
Declaration
[JsonConstructor]
public PreviousStepPageAction()
PreviousStepPageAction(String)
Create new FeaturePageAction with the PreviousStep action type using a specific JQuery selector
Declaration
public PreviousStepPageAction(string selector)
Parameters
Type | Name | Description |
---|---|---|
System.String | selector | The JQuery selector to use |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown if no selector is specified |