Select all children of a selected group.
tell application "Pixelmator Pro"
activate
tell its front document
set current_layer to current layer
select (layers of current_layer)
end tell
end tell
Source: Pixelmator Ninja
Select all children of a selected group.
tell application "Pixelmator Pro"
activate
tell its front document
set current_layer to current layer
select (layers of current_layer)
end tell
end tell