kibana/packages/kbn-try-in-console
Sander Philipse 95eb12cc45
[Search] Renaming the search frontend group (#184565)
## Summary

This renames the enterprise-search-frontend group to search-kibana to
better align with what our group actually does.
2024-06-03 13:14:49 -07:00
..
components [Search] Move TryInConsoleButton to it's own package (#183201) 2024-05-13 14:34:41 -05:00
index.ts [Search] Move TryInConsoleButton to it's own package (#183201) 2024-05-13 14:34:41 -05:00
jest.config.js [Search] Move TryInConsoleButton to it's own package (#183201) 2024-05-13 14:34:41 -05:00
kibana.jsonc [Search] Renaming the search frontend group (#184565) 2024-06-03 13:14:49 -07:00
package.json [Search] Move TryInConsoleButton to it's own package (#183201) 2024-05-13 14:34:41 -05:00
README.md [Search] Move TryInConsoleButton to it's own package (#183201) 2024-05-13 14:34:41 -05:00
setup_test.ts [Search] Move TryInConsoleButton to it's own package (#183201) 2024-05-13 14:34:41 -05:00
tsconfig.json [Search] Move TryInConsoleButton to it's own package (#183201) 2024-05-13 14:34:41 -05:00

@kbn/try-in-console

This package contains the TryInConsoleButton which can be used to open the console with a provided console code snippet. This button will check if the Persistent Dev Console is currently on the page and open it with the code snippet if it's available. Otherwise it will open the Console in Dev Tools in a new browser tab.