I have a quick question about the TSE
I have a quick question about the TSE and Actions. Currently, I'm using
disabledActions
to turn off features. Would it make sense to switch to using visibleActions
instead so we can control new features being added? Or is that approach likely to be problematic2 Replies
I don't think that is going to be problematic. You will have more control over what you want to show in your product.
The only drawback of visibleActions is that anytime we publish a new action, you would have to add it as part of visible action otherwise some features might get hidden automatically