Skip to main content

I’m trying to get the fill of a GroupNode. When I try to access that property, I see this error: Property 'fills' does not exist on type 'GroupNode'.ts(2339). Based on the documentation I think I should be able to access this property.

This is an error in the documentation, this property doesn’t indeed exist on GroupNode (and in the editor it shows fills of the children layers, not the group itself).


Reply