Why is BottomBarPanel.openTab
private and how to open custom tabs?
#1678
Answered
by
pospisilf
jan-david-fischbach
asked this question in
Q&A
-
We are developing an extension providing custom tabs in the bottom bar. What is the intended way of interfacing with such tabs? |
Beta Was this translation helpful? Give feedback.
Answered by
pospisilf
Jan 10, 2025
Replies: 1 comment 1 reply
-
Hello Jan, thank you for bringing up this discussion. Your request was solved by #1696 so now you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pospisilf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Jan, thank you for bringing up this discussion. Your request was solved by #1696 so now you can use
BottomBarPanel.openTab()
to open custom tabs. If you have any follow up questions, feel free to ask.