-
Is there an API, that can tell us how many tabs are currently open? We have a "Save as" option that can create a new item/copy from an existing item, but if the maximum number of tabs is already open, we need a way to warn users to close a tab before they save an item else they cannot navigate to it as part of save as. |
Beta Was this translation helpful? Give feedback.
Answered by
zainadr
Dec 15, 2024
Replies: 1 comment
-
We do not have an API that can tell how many opened tabs, but once you set the maxInstanceCount to "n", and try to open the "n+1" item a message will pop up telling you cannot open more than "n" items" at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dhrumil83
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We do not have an API that can tell how many opened tabs, but once you set the maxInstanceCount to "n", and try to open the "n+1" item a message will pop up telling you cannot open more than "n" items" at the same time.