What do you want to achieve?
I’d like the ability to add placeholder widgets to a screen, as children of a component, but not export them. But children of a component, including widgets not part of the component, do not have the don’t-export flag available.
Do you see alternative options and workaround to achieve it?
There are other ways, like exporting the child objects and deleting them on screen load.
Mention some use cases
Here’s an example, using two components:
- labeledContainerComponent: its’ got a label, and a container and some flexflows setup to hold child widgets
- turtleComponent - it’s a simple demonstrator that gets held as a child component to a labeledContainerComponent
Screenshot:
SquareLine.zip (52.1 KB)
