mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
## Summary This renames the enterprise-search-frontend group to search-kibana to better align with what our group actually does. |
||
---|---|---|
.. | ||
components | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
setup_test.ts | ||
tsconfig.json |
@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.