Class: SetUIAction

Actions. SetUIAction

Sends a UI event and continue. UI event lies on a data binding infrastructure on the UI client. Returns RUNNING until send acknowledged, SUCCESS afterwards Useful for websocket channel

new SetUIAction()

Members


parameters :Object

Node parameters
Type:
  • Object
Properties:
Name Type Description
parameters
Properties
Name Type Description
event ExpressionString a UI event name (setPage, setField)
entity ExpressionString a field or page name
value ExpressionString the a value to set

Methods


close(tick)

reset a wake up flag , for session-based clients
Parameters:
Name Type Description
tick Tick

open(tick)

set a wake up flag based on the entry target, for session-based clients
Parameters:
Name Type Description
tick Tick

validators()

defines validation methods to execute at the editor; if one of them fails, a dashed red border is displayed for the node
Returns:
Type
Array.<Validator>