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

Properties

PropertyTypeDescription
idStringThe ID of the form field to get.

Example

StacGetFormValueAction(id: 'username')
{
  "actionType": "getFormValue",
  "id": "username"
}