mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
971 lines
No EOL
33 KiB
JSON
971 lines
No EOL
33 KiB
JSON
{
|
|
"id": "savedSearch",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.getSavedSearch",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSavedSearch",
|
|
"description": [],
|
|
"signature": [
|
|
"(savedSearchId: string | undefined, dependencies: GetSavedSearchDependencies) => Promise<",
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.SavedSearch",
|
|
"text": "SavedSearch"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/get_saved_searches.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.getSavedSearch.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "savedSearchId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/get_saved_searches.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.getSavedSearch.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dependencies",
|
|
"description": [],
|
|
"signature": [
|
|
"GetSavedSearchDependencies"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/get_saved_searches.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.getSavedSearchFullPathUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSavedSearchFullPathUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"(id?: string | undefined) => string"
|
|
],
|
|
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.getSavedSearchFullPathUrl.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.getSavedSearchUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSavedSearchUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"(id?: string | undefined) => string"
|
|
],
|
|
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.getSavedSearchUrl.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.getSavedSearchUrlConflictMessage",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSavedSearchUrlConflictMessage",
|
|
"description": [],
|
|
"signature": [
|
|
"(savedSearch: ",
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.SavedSearch",
|
|
"text": "SavedSearch"
|
|
},
|
|
") => Promise<any>"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/saved_searches_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.getSavedSearchUrlConflictMessage.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedSearch",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.SavedSearch",
|
|
"text": "SavedSearch"
|
|
}
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/saved_searches_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.throwErrorOnSavedSearchUrlConflict",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "throwErrorOnSavedSearchUrlConflict",
|
|
"description": [],
|
|
"signature": [
|
|
"(savedSearch: ",
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.SavedSearch",
|
|
"text": "SavedSearch"
|
|
},
|
|
") => Promise<void>"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/saved_searches_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.throwErrorOnSavedSearchUrlConflict.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedSearch",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.SavedSearch",
|
|
"text": "SavedSearch"
|
|
}
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/saved_searches_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.DiscoverGridSettings",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DiscoverGridSettings",
|
|
"description": [],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.DiscoverGridSettings.columns",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "columns",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.DiscoverGridSettingsColumn",
|
|
"text": "DiscoverGridSettingsColumn"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.DiscoverGridSettingsColumn",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DiscoverGridSettingsColumn",
|
|
"description": [],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.DiscoverGridSettingsColumn.width",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "width",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SavedSearch",
|
|
"description": [],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.searchSource",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "searchSource",
|
|
"description": [],
|
|
"signature": [
|
|
"{ create: () => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSource",
|
|
"text": "SearchSource"
|
|
},
|
|
"; history: ",
|
|
"SearchRequest",
|
|
"[]; setOverwriteDataViewType: (overwriteType: string | false | undefined) => void; setField: <K extends keyof ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceFields",
|
|
"text": "SearchSourceFields"
|
|
},
|
|
">(field: K, value: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceFields",
|
|
"text": "SearchSourceFields"
|
|
},
|
|
"[K]) => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSource",
|
|
"text": "SearchSource"
|
|
},
|
|
"; removeField: <K extends keyof ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceFields",
|
|
"text": "SearchSourceFields"
|
|
},
|
|
">(field: K) => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSource",
|
|
"text": "SearchSource"
|
|
},
|
|
"; setFields: (newFields: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceFields",
|
|
"text": "SearchSourceFields"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSource",
|
|
"text": "SearchSource"
|
|
},
|
|
"; getId: () => string; getFields: () => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceFields",
|
|
"text": "SearchSourceFields"
|
|
},
|
|
"; getField: <K extends keyof ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceFields",
|
|
"text": "SearchSourceFields"
|
|
},
|
|
">(field: K, recurse?: boolean) => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceFields",
|
|
"text": "SearchSourceFields"
|
|
},
|
|
"[K]; getActiveIndexFilter: () => string[]; getOwnField: <K extends keyof ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceFields",
|
|
"text": "SearchSourceFields"
|
|
},
|
|
">(field: K) => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceFields",
|
|
"text": "SearchSourceFields"
|
|
},
|
|
"[K]; createCopy: () => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSource",
|
|
"text": "SearchSource"
|
|
},
|
|
"; createChild: (options?: {}) => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSource",
|
|
"text": "SearchSource"
|
|
},
|
|
"; setParent: (parent?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.ISearchSource",
|
|
"text": "ISearchSource"
|
|
},
|
|
" | undefined, options?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceOptions",
|
|
"text": "SearchSourceOptions"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSource",
|
|
"text": "SearchSource"
|
|
},
|
|
"; getParent: () => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSource",
|
|
"text": "SearchSource"
|
|
},
|
|
" | undefined; fetch$: <T = {}>(options?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceSearchOptions",
|
|
"text": "SearchSourceSearchOptions"
|
|
},
|
|
") => ",
|
|
"Observable",
|
|
"<",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.IKibanaSearchResponse",
|
|
"text": "IKibanaSearchResponse"
|
|
},
|
|
"<",
|
|
"SearchResponse",
|
|
"<T, Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>>>; fetch: (options?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceSearchOptions",
|
|
"text": "SearchSourceSearchOptions"
|
|
},
|
|
") => Promise<",
|
|
"SearchResponse",
|
|
"<unknown, Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>>; onRequestStart: (handler: (searchSource: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSource",
|
|
"text": "SearchSource"
|
|
},
|
|
", options?: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SearchSourceSearchOptions",
|
|
"text": "SearchSourceSearchOptions"
|
|
},
|
|
" | undefined) => Promise<unknown>) => void; getSearchRequestBody: () => any; destroy: () => void; getSerializedFields: (recurse?: boolean, includeFields?: boolean) => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.SerializedSearchSourceFields",
|
|
"text": "SerializedSearchSourceFields"
|
|
},
|
|
"; serialize: () => { searchSourceJSON: string; references: ",
|
|
{
|
|
"pluginId": "@kbn/core-saved-objects-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreSavedObjectsCommonPluginApi",
|
|
"section": "def-common.SavedObjectReference",
|
|
"text": "SavedObjectReference"
|
|
},
|
|
"[]; }; toExpressionAst: ({ asDatatable }?: ExpressionAstOptions) => ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionAstExpression",
|
|
"text": "ExpressionAstExpression"
|
|
},
|
|
"; parseActiveIndexPatternFromQueryString: (queryString: string) => string[]; }"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.sort",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "sort",
|
|
"description": [],
|
|
"signature": [
|
|
"SortOrder",
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.columns",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "columns",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.tags",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "tags",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.grid",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "grid",
|
|
"description": [],
|
|
"signature": [
|
|
"{ columns?: Record<string, ",
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.DiscoverGridSettingsColumn",
|
|
"text": "DiscoverGridSettingsColumn"
|
|
},
|
|
"> | undefined; } | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.hideChart",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hideChart",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.sharingSavedObjectProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "sharingSavedObjectProps",
|
|
"description": [],
|
|
"signature": [
|
|
"{ outcome?: \"conflict\" | \"exactMatch\" | \"aliasMatch\" | undefined; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; errorJSON?: string | undefined; } | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.viewMode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "viewMode",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "savedSearch",
|
|
"scope": "public",
|
|
"docId": "kibSavedSearchPluginApi",
|
|
"section": "def-public.VIEW_MODE",
|
|
"text": "VIEW_MODE"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.hideAggregatedPreview",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hideAggregatedPreview",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.rowHeight",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rowHeight",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.isTextBasedQuery",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isTextBasedQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.timeRestore",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "timeRestore",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.timeRange",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timeRange",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.refreshInterval",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "refreshInterval",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataQueryPluginApi",
|
|
"section": "def-common.RefreshInterval",
|
|
"text": "RefreshInterval"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SavedSearch.rowsPerPage",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "rowsPerPage",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SaveSavedSearchOptions",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SaveSavedSearchOptions",
|
|
"description": [],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/save_saved_searches.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SaveSavedSearchOptions.onTitleDuplicate",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onTitleDuplicate",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => void) | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/save_saved_searches.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SaveSavedSearchOptions.isTitleDuplicateConfirmed",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isTitleDuplicateConfirmed",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/save_saved_searches.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.SaveSavedSearchOptions.copyOnSave",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "copyOnSave",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/save_saved_searches.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-public.VIEW_MODE",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "VIEW_MODE",
|
|
"description": [],
|
|
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-common.getSavedSearchFullPathUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSavedSearchFullPathUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"(id?: string | undefined) => string"
|
|
],
|
|
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-common.getSavedSearchFullPathUrl.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-common.getSavedSearchUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSavedSearchUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"(id?: string | undefined) => string"
|
|
],
|
|
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "savedSearch",
|
|
"id": "def-common.getSavedSearchUrl.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |