Yes, absolutely, a parameter that would be able to show or hide the “bubbles” when you open the inspector…
Sorry, I was asking which of the two things you were looking for:
- A query param you could use in the Playground/Sandbox url
- A parameter in the
ShowInspectorAPI when you programmatically use Inspector in your own app
Sorry,
I mean both would be useful but my need is to have a parameter in the code of my own app.
Hello Labrys, the option to uninstall is better
HI, I’m trying to write a custom extension reusing <XXXPropertyLine> components. Is it possible to override CustomTokens.labelMinWidth? I would like to fit 4 number inputs in the same line, but the current info label has harcoded minWidth: 50px which is not quite desirable.
Hi @s207152, glad to hear you are experimenting with custom extensions!
I think for PropertyLine there is not a good way to override the labelMinWidth, but 50px is already quite narrow. Would a label even be useful if it were narrower yet? Curious about your scenario.
One option could be to drop down to the lower level LineContainer (doesn’t have the label, but also loses some other PropertyLine functionality).
cc @georgie who may have more thoughts as well, but please do share more details on your scenario!