mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Lens] Inspect flyout should be available in editor mode. (#109656)
* [Lens] Inspect flyout should be available in editor mode. * fix typo * add test * add functional tests for inspector * toMatchInlineSnapshot -> toMatchSnapshot Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
85e030249f
commit
3cc7da8435
29 changed files with 351 additions and 68 deletions
|
@ -0,0 +1,11 @@
|
|||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [createDefaultInspectorAdapters](./kibana-plugin-plugins-expressions-public.createdefaultinspectoradapters.md)
|
||||
|
||||
## createDefaultInspectorAdapters variable
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
createDefaultInspectorAdapters: () => DefaultInspectorAdapters
|
||||
```
|
|
@ -84,6 +84,7 @@
|
|||
|
||||
| Variable | Description |
|
||||
| --- | --- |
|
||||
| [createDefaultInspectorAdapters](./kibana-plugin-plugins-expressions-public.createdefaultinspectoradapters.md) | |
|
||||
| [ReactExpressionRenderer](./kibana-plugin-plugins-expressions-public.reactexpressionrenderer.md) | |
|
||||
|
||||
## Type Aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue