mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* Adjust logic to fix overcounting bad deprecations * Update api docs Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
73 lines
No EOL
1.8 KiB
JSON
73 lines
No EOL
1.8 KiB
JSON
{
|
|
"id": "sessionView",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "sessionView",
|
|
"id": "def-public.SessionViewStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SessionViewStart",
|
|
"description": [],
|
|
"path": "x-pack/plugins/session_view/public/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "sessionView",
|
|
"id": "def-public.SessionViewStart.getSessionView",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSessionView",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"SessionViewDeps",
|
|
") => JSX.Element"
|
|
],
|
|
"path": "x-pack/plugins/session_view/public/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "sessionView",
|
|
"id": "def-public.SessionViewStart.getSessionView.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"SessionViewDeps"
|
|
],
|
|
"path": "x-pack/plugins/session_view/public/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |