nex_browser_move_to_group
Move one or more running browser windows into a specified window group, or use groupId 0 to remove them from any group.
Instructions
Move one or more NexBrowser windows into a window group. Pass groupId=0 to move them out of any group. Groups are window metadata, so running windows can be moved without closing them first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | Target group ID from nex_browser_group_list; 0 moves the windows out of any group | |
| windowId | No | One window ID or a list of window IDs; alias of windowIds | |
| windowIds | No | Documented alias of windowId |