mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
306 lines
No EOL
11 KiB
JSON
306 lines
No EOL
11 KiB
JSON
{
|
|
"id": "@kbn/reporting-csv-share-panel",
|
|
"client": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "ReportingCsvPanelAction",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/reporting-csv-share-panel",
|
|
"scope": "public",
|
|
"docId": "kibKbnReportingCsvSharePanelPluginApi",
|
|
"section": "def-public.ReportingCsvPanelAction",
|
|
"text": "ReportingCsvPanelAction"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/presentation-publishing",
|
|
"scope": "public",
|
|
"docId": "kibKbnPresentationPublishingPluginApi",
|
|
"section": "def-public.EmbeddableApiContext",
|
|
"text": "EmbeddableApiContext"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"\""
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"\"generateCsvReport\""
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ core, apiClient, startServices$ }",
|
|
"description": [],
|
|
"signature": [
|
|
"Params"
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.getIconType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIconType",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.getDisplayName",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDisplayName",
|
|
"description": [],
|
|
"signature": [
|
|
"() => string"
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.getSharingData",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSharingData",
|
|
"description": [],
|
|
"signature": [
|
|
"(savedSearch: ",
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.SavedSearch",
|
|
"text": "SavedSearch"
|
|
},
|
|
") => Promise<{ getSearchSource: ({ addGlobalTimeFilter, absoluteTime, }: { addGlobalTimeFilter?: boolean | undefined; absoluteTime?: boolean | undefined; }) => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SerializedSearchSourceFields",
|
|
"text": "SerializedSearchSourceFields"
|
|
},
|
|
"; columns: string[]; }>"
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.getSharingData.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedSearch",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.SavedSearch",
|
|
"text": "SavedSearch"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.isCompatible",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isCompatible",
|
|
"description": [],
|
|
"signature": [
|
|
"(context: ",
|
|
{
|
|
"pluginId": "@kbn/presentation-publishing",
|
|
"scope": "public",
|
|
"docId": "kibKbnPresentationPublishingPluginApi",
|
|
"section": "def-public.EmbeddableApiContext",
|
|
"text": "EmbeddableApiContext"
|
|
},
|
|
") => Promise<boolean>"
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.isCompatible.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/presentation-publishing",
|
|
"scope": "public",
|
|
"docId": "kibKbnPresentationPublishingPluginApi",
|
|
"section": "def-public.EmbeddableApiContext",
|
|
"text": "EmbeddableApiContext"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.execute",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "execute",
|
|
"description": [],
|
|
"signature": [
|
|
"(context: ",
|
|
{
|
|
"pluginId": "@kbn/presentation-publishing",
|
|
"scope": "public",
|
|
"docId": "kibKbnPresentationPublishingPluginApi",
|
|
"section": "def-public.EmbeddableApiContext",
|
|
"text": "EmbeddableApiContext"
|
|
},
|
|
") => Promise<void>"
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/reporting-csv-share-panel",
|
|
"id": "def-public.ReportingCsvPanelAction.execute.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/presentation-publishing",
|
|
"scope": "public",
|
|
"docId": "kibKbnPresentationPublishingPluginApi",
|
|
"section": "def-public.EmbeddableApiContext",
|
|
"text": "EmbeddableApiContext"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |