TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

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,
};