Property Actions Question
# package-development
w
Property Action Q Is there a way to have a property action that applies to all property editor UIs ?
Is there a constant I can use or some magic value or something? /cc @Jacob Overgaard or @Niels Lyngsø
Hmmm is
UmbPropertyActionBase
not exported or do I need to use something else?
Ok that 11th hour package is on hold for now then 🙂
n
Well, I think as it is now, you need to define the actual aliases that you like to apply the action to. I would like to understand more precisely what it is the Action should do that will conform to all editors? Like would your action both be relevant on Block List, media picker and on Label? 🤔
w
Yep it would be. It’s another small utility package
So idea is to show its raw stored data for a property
Maybe you need to debug and understand what the raw value is stored. So hence it would make sense to apply it to all property editor UIs
9 Views