Is there a way to detect fills on groups via scripting?
I'd like to expand the ever tricky transparent paths inside of filled groups, but can't seem to detect the fill on the group specifically. I tried app.activeDocument.groupItems[0].filled and app.activeDocument.groupItems[0].fillColor, both of which produce undefined. I tried app.activeDocument.defaultFillColor to indicate when the selection color changes, but it picks up the color of the art within the group even if the group doesn't have an appearance.
Is there a way to detect the fill/appearance on a group? My plan is to loop through each path inside each group and determine if those aren't filled so I could just assume expand appearance to the group, but wanted a more direct way to test the group first.
