Plain text.
Interface: IText.
See the parameters of this component in storybook.
Name | Description | Type | Example |
text | The text inserted into the component. | string | "Sample for text component" |
import {IText} from "@onlyoffice/docspace-plugin-sdk"; const text: IText = { "text": "Sample for text component", "fontWeight": 600, "fontSize": "13px", "lineHeight": "20px", "noSelect": true, };