Skip to main content

FormData

Form data.

Type

Object

Properties

NameTypeDescription
keystringThe form key. If the current form is a radio button, then this field contains the group key.
tagstringThe form tag.
typeFormSpecificTypeThe form type.
valuestring | booleanThe current field value.

Example

Report on all review changes that contains two review records for every user.

let formData = {key: "CompanyName", value: "OnlyOffice", type: "text"};