Skip to main content

setDataFromResult

Sets content to the given form from the form parameter or the current view's form.

Field Configurations

KeyTypeDescriptionDefault Value
"params"Objectundefinednull

Parameters

KeyTypeDescriptionDefault Value
"async"BooleanSpecifies whether the action should perform asynchronously.null
"blackList"ArrayThe list of the blacklisted/not allowed items that are not allowed to be set to the form.null
"dataQuery"StringThe data query.null
"form"StringThe name of the form.null
"merge"Boolean,StringIndicates whether the form will be merged or replaced.false
"whiteList"ArrayThe list of the whitelisted/allowed items that are allowed to be set to the form.null

Inherited

From Base Action

Base Action

Field Configurations

KeyTypeDescriptionDefault Value
"dynamicParams"ObjectDynamic params to retrieve data from a specific context e.g. a userSetting.null
"leadingDelimiter"StringThe leading mustache delimiter to use.null
"params"Object,ArrayObject containing the properties of the action.null
"trailingDelimiter"StringThe trailing mustache delimiter to use.null
"type"StringType name of the action.null