set_group_properties
Modify InDesign group properties like name, lock status, and visibility on a specified page by group index. Use to manage groups programmatically via CLI.
Instructions
Set properties of a group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the group | |
| locked | No | Whether the group is locked | |
| visible | No | Whether the group is visible | |
| pageIndex | Yes | Index of the page containing the group | |
| groupIndex | Yes | Index of the group to modify |