FormLocalAction

You will find here the definition of FormLocalAction and details about its attributes.

What is it?

It defines the local action of a form, it doesn’t make HTTP requests, like for example, an action that creates a customized dialogue box.

FormLocalAction structure is:

AttributeTypeRequiredDefinition
nameStringDefines the action name.
dataMap<String, String>Data that can be sent as an action parameter.

Last modified March 5, 2021: fix: change table docs (#385) (ea0ea742)