FormPayload
type FormPayload = object;
Properties
| Property | Type |
|---|---|
description? | string |
form | object |
form.elements | Record<string, FormElement> |
form.submitBtnTitle | string |
opensPopup? | PopupRequest |
title | string |
type FormPayload = object;
| Property | Type |
|---|---|
description? | string |
form | object |
form.elements | Record<string, FormElement> |
form.submitBtnTitle | string |
opensPopup? | PopupRequest |
title | string |