gi-nx / enterGroupEditMode
ts
function enterGroupEditMode(groupId: string, featureIds?: string[]): void;Focuses a group so its members can be selected and edited individually, instead of clicking one selecting the whole group.
Parameters
| Parameter | Type | Description |
|---|---|---|
groupId | string | The groupID shared by the group's features. |
featureIds? | string[] | Optional members to select on entry. Selection is left as-is when omitted or empty. |
Returns
void
Example
ts
await rpc.invoke("enterGroupEditMode", ["a3f1c2d4", ["0uQcmfb4wcsEv8BRLjNd4"]]);