Add the ability to select which properties to publish of a component and of a nested component.
One use case for this is State in many components such as Button. State has Default, Hover, and Pressed. These states don’t need to be published, they are purely used for prototypes. I don’t want to clutter the properties list for consuming designers. Disabled and Error are created as Variants with “true” and “false” values. There’s no need to publish State property.
Original idea here requested by XavierV