Skip to main content

Get Form Value Action

The StacGetFormValueAction class is used to retrieve a form value in Stac applications.

Properties​

PropertyTypeDescription
idStringThe ID of the form field to get.

Example JSON​

Get Form Value Action JSON​

{
"actionType": "getFormValue",
"id": "username"
}