• Parameters

    • Optional action: ActionValue

      action to execute

    • param1: ExecuteActionOptions = ...

      Options for executing an action

    Returns boolean

    boolean true if the action was executed, false otherwise

    This function can always be executed, even when the action is not defined

    The options have two properties:

    • force: (default true) true if the action should be executed regardless
    • debug: (default false) true if the action should show up in the log

    Name

    executeAction

Generated using TypeDoc