We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When loading panels from JSONs it would be nice to known the ID of the component belonging to the loaded panels for bookkeeping reasons.
PanelApiImpl already has this info (I can access it using (panel as any).api.component), it is just not part of the public PanelApi interface.
(panel as any).api.component
It would be nice if its officially available in PanelApi.
The text was updated successfully, but these errors were encountered:
Fixed and published as version 1.12.0
1.12.0
Sorry, something went wrong.
Thank you!
Successfully merging a pull request may close this issue.
When loading panels from JSONs it would be nice to known the ID of the component belonging to the loaded panels for bookkeeping reasons.
PanelApiImpl already has this info (I can access it using
(panel as any).api.component
), it is just not part of the public PanelApi interface.It would be nice if its officially available in PanelApi.
The text was updated successfully, but these errors were encountered: