Label

Field name in the form.

Interface: ILabel.

See the parameters of this component in storybook.

Label
Example
import {ILabel} from "@onlyoffice/docspace-plugin-sdk";

const label: ILabel = {
    "text": "Input:",
    "isRequired": false,
    "truncate": true,
};