Search Results for

    Show / Hide Table of Contents

    Enum EPageAction

    • C#
    • Visual Basic
    public enum EPageAction
    Public Enum EPageAction
    Namespace: HomeSeer.PluginSdk.Features.Responses.PageActions
    Assembly: PluginSdk.dll


    A type of action that can be taken on a feature page using a FeaturePageAction


    Fields

    Name Description
    Callback

    Callback to the plugin after waiting an amount of time

    Hide

    Hide an element

    NextStep

    Go to the next step on an mdbootstrap stepper

    PreviousStep

    Go to the previous step on an mdbootstrap stepper

    SetHtml

    Set the HTML content of an element

    SetStep

    Set the current step on an mdboostrap stepper

    SetText

    Set the text on an element

    SetValue

    Set the value of an element

    Show

    Show an element.

    Extension Methods

    PageActionExtensions.GetKey()
    • View Source
    In This Article
    Back to top HomeSeer Technologies