Class NextStepPageAction
[JsonObject]
public class NextStepPageAction : 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 Feature
Remarks
Constructors
View SourceNextStepPageAction()
Create a new Feature
Declaration
[JsonConstructor]
public NextStepPageAction()
NextStepPageAction(String)
Create new Feature
Declaration
public NextStepPageAction(string selector)
Parameters
Type | Name | Description |
---|---|---|
System. |
selector | The JQuery selector to use |
Exceptions
Type | Condition |
---|---|
System. |
Thrown if no selector is specified |