mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
213 lines
No EOL
6.6 KiB
JSON
213 lines
No EOL
6.6 KiB
JSON
{
|
|
"id": "presentationPanel",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "presentationPanel",
|
|
"id": "def-public.PresentationPanel",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "PresentationPanel",
|
|
"description": [],
|
|
"signature": [
|
|
"<ApiType extends ",
|
|
"DefaultPresentationPanelApi",
|
|
" = ",
|
|
"DefaultPresentationPanelApi",
|
|
", PropsType extends {} = {}>(props: Omit<",
|
|
"PresentationPanelInternalProps",
|
|
"<ApiType, PropsType>, \"Component\"> & { Component: ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.MaybePromise",
|
|
"text": "MaybePromise"
|
|
},
|
|
"<",
|
|
"PanelCompatibleComponent",
|
|
"<ApiType, PropsType> | null>; } & { hidePanelChrome?: boolean | undefined; }) => React.JSX.Element | null"
|
|
],
|
|
"path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "presentationPanel",
|
|
"id": "def-public.PresentationPanel.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
"PresentationPanelInternalProps",
|
|
"<ApiType, PropsType>, \"Component\"> & { Component: ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.MaybePromise",
|
|
"text": "MaybePromise"
|
|
},
|
|
"<",
|
|
"PanelCompatibleComponent",
|
|
"<ApiType, PropsType> | null>; } & { hidePanelChrome?: boolean | undefined; }"
|
|
],
|
|
"path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "presentationPanel",
|
|
"id": "def-public.PresentationPanelError",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "PresentationPanelError",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"PresentationPanelErrorProps",
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_error.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "presentationPanel",
|
|
"id": "def-public.PresentationPanelError.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"PresentationPanelErrorProps"
|
|
],
|
|
"path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_error.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "presentationPanel",
|
|
"id": "def-public.ACTION_CUSTOMIZE_PANEL",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ACTION_CUSTOMIZE_PANEL",
|
|
"description": [],
|
|
"signature": [
|
|
"\"ACTION_CUSTOMIZE_PANEL\""
|
|
],
|
|
"path": "src/platform/plugins/private/presentation_panel/public/panel_actions/customize_panel_action/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "presentationPanel",
|
|
"id": "def-public.ACTION_EDIT_PANEL",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ACTION_EDIT_PANEL",
|
|
"description": [],
|
|
"signature": [
|
|
"\"editPanel\""
|
|
],
|
|
"path": "src/platform/plugins/private/presentation_panel/public/panel_actions/edit_panel_action/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "presentationPanel",
|
|
"id": "def-public.PresentationPanelProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "PresentationPanelProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
"PresentationPanelInternalProps",
|
|
"<ApiType, PropsType>, \"Component\"> & { Component: ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.MaybePromise",
|
|
"text": "MaybePromise"
|
|
},
|
|
"<",
|
|
"PanelCompatibleComponent",
|
|
"<ApiType, PropsType> | null>; }"
|
|
],
|
|
"path": "src/platform/plugins/private/presentation_panel/public/panel_component/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "presentationPanel",
|
|
"id": "def-common.PLUGIN_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"presentationPanel\""
|
|
],
|
|
"path": "src/platform/plugins/private/presentation_panel/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "presentationPanel",
|
|
"id": "def-common.PLUGIN_NAME",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_NAME",
|
|
"description": [],
|
|
"signature": [
|
|
"\"presentationPanel\""
|
|
],
|
|
"path": "src/platform/plugins/private/presentation_panel/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
}
|
|
} |