Namespace HomeSeer.PluginSdk.Features.Responses.PageActions
Classes
CallbackPageAction
A FeaturePageAction used to instruct the client to callback to the plugin after waiting a specified amount of time
FeaturePageAction
An action to be executed on a feature page using javascript
HidePageAction
A FeaturePageAction used to instruct the client to HIDE a specific HTML element
NextStepPageAction
A FeaturePageAction used to instruct the client to proceed to the next stepper step
PageActionExtensions
Extension methods for members of the HomeSeer.PluginSdk.Features.Responses.PageActions namespace
PageActionResponse
A POST response with JSON data for a feature page as a collection of key-value pairs that describes a series of actions that will be executed by JavaScript
PreviousStepPageAction
A FeaturePageAction used to instruct the client to return to the previous stepper step
SetHtmlPageAction
A FeaturePageAction used to instruct the client to set the HTML for an HTML element
SetStepPageAction
A FeaturePageAction used to instruct the client to go to a particular stepper step
SetTextPageAction
A FeaturePageAction used to instruct the client to set the text for an HTML element
SetValuePageAction
A FeaturePageAction used to instruct the client to set the value for an HTML element
ShowPageAction
A FeaturePageAction used to instruct the client to show a specific HTML element
Enums
EPageAction
A type of action that can be taken on a feature page using a FeaturePageAction