Importing » Child layers are directly accessible

Child layers are directly accessible

When a group contains other groups (nested groups), they will become children of that layer in Framer, but you can access child layers directly.

For example: to hide Signal, a child of StatusBar, you don’t have to type:

sketch.StatusBar.Signal.visible = no

You can simply type:

sketch.Signal.visible = no