Select By Name
illustrator_select_by_nameSelect objects by matching their assigned name, with optional exact match. Clears previous selection.
Instructions
Select objects by their name (assigned when created). Clears the previous selection first.
Args:
name (string): name (or substring) to match
exact (boolean): require an exact match (default false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Object name or substring to match. | |
| exact | No | Require exact match. Default false (substring). |