-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK support to disable and hide context menu actions #83
SDK support to disable and hide context menu actions #83
Conversation
Minimum allowed coverage is Generated by 🐒 cobertura-action against 327f231 |
af7fd91
to
7acb658
Compare
* Use this to specify which actions should be shown in the UI. Define either this or Hidden | ||
* Actions | ||
*/ | ||
customChartVisibleActions?: Action[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if we defined both arrays customChartHiddenActions
and customChartVisibleActions
then which one will be prioritise ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
always visible will be higher priority
c51dbb3
to
40df02c
Compare
The reference for disabled actions is taken from visual-embedd-sdk and will be replicated for BYOC