FormData

type FormData = object

Description

Form data.

Properties

keystringdefault: null

The form key. If the current form is a radio button, then this field contains the group key.

valuestring | booleandefault: null

The current field value.

tagstringdefault: null

The form tag.

typeFormSpecificTypedefault: null

The form type.

Try It

var oFormData = {key: "CompanyName", value: "OnlyOffice", type: "text"};

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).