Set schematic title block fields
easyeda_schematic_set_title_blockUpdate the Company, Version, Drawn, Reviewed, and Page Size fields in a schematic title block. Requires explicit confirmation to apply changes.
Instructions
Update schematic title block text fields (Company, Version, Drawn, Reviewed, Page Size). Only these 5 are exposed — writing Symbol/Border/Device/etc once corrupted a real title block; those are read-only natively and must be fixed via the EasyEDA Pro UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Map of title block field name to the sub-fields to change, e.g. { "Company": { "value": "ACME", "showValue": true } } | |
| confirmWrite | Yes | Must be the literal boolean true (not the string "true") to allow this write. | |
| showTitleBlock | No | Show/hide the whole title block |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||