Describes the properties used to update a text block.
This is a partial text block that contains the id of the text block and the new text. It is used to update the text block in the document.
Members
Members
The anchor point of the text block.
Type:
- object
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
x |
number |
<nullable> |
The x coordinate of the anchor point. |
y |
number |
<nullable> |
The y coordinate of the anchor point. |
required
Unique identifier for the text block.
Type:
- string
The maximum width of the text block.
Type:
- number
The new text content of the text block.
Type:
- string