mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Remove line numbers from the json files (#107158)
* Stop tracking line numbers * Updated api docs * Fix type error and update tests * wrap label in encodeURIComponent for the links * Update docs after encodeUriComponent change
This commit is contained in:
parent
2d17071c9f
commit
81fd64c838
124 changed files with 25060 additions and 93273 deletions
File diff suppressed because it is too large
Load diff
|
@ -9,10 +9,7 @@
|
|||
"tags": [],
|
||||
"label": "ComponentRegistry",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -25,10 +22,7 @@
|
|||
"signature": [
|
||||
"{ [key: string]: Id; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -38,10 +32,7 @@
|
|||
"tags": [],
|
||||
"label": "defaultRegistry",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -54,10 +45,7 @@
|
|||
"signature": [
|
||||
"() => JSX.Element"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -72,10 +60,7 @@
|
|||
"signature": [
|
||||
"() => null"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -90,10 +75,7 @@
|
|||
"signature": [
|
||||
"() => null"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -107,10 +89,7 @@
|
|||
"tags": [],
|
||||
"label": "registry",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false,
|
||||
"children": []
|
||||
},
|
||||
|
@ -121,10 +100,7 @@
|
|||
"tags": [],
|
||||
"label": "setup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -137,10 +113,7 @@
|
|||
"signature": [
|
||||
"{ [key: string]: Id; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 72
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -153,10 +126,7 @@
|
|||
"signature": [
|
||||
"(id: Id, component: React.ComponentType<Record<string, any> | undefined>, allowOverride?: boolean) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 73
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -170,10 +140,7 @@
|
|||
"signature": [
|
||||
"\"advanced_settings_page_title\" | \"advanced_settings_page_subtitle\" | \"advanced_settings_page_footer\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -186,10 +153,7 @@
|
|||
"signature": [
|
||||
"React.ComponentClass<Record<string, any> | undefined, any> | React.FunctionComponent<Record<string, any> | undefined>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -199,10 +163,7 @@
|
|||
"tags": [],
|
||||
"label": "allowOverride",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -216,10 +177,7 @@
|
|||
"tags": [],
|
||||
"label": "start",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -232,10 +190,7 @@
|
|||
"signature": [
|
||||
"{ [key: string]: Id; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 77
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -248,10 +203,7 @@
|
|||
"signature": [
|
||||
"(id: Id) => React.ComponentType<Record<string, any> | undefined>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 78
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -265,10 +217,7 @@
|
|||
"signature": [
|
||||
"\"advanced_settings_page_title\" | \"advanced_settings_page_subtitle\" | \"advanced_settings_page_footer\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 67
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -296,10 +245,7 @@
|
|||
"Field",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/index.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -313,10 +259,7 @@
|
|||
"signature": [
|
||||
"P"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 359
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -334,10 +277,7 @@
|
|||
"tags": [],
|
||||
"label": "AdvancedSettingsSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -350,10 +290,7 @@
|
|||
"signature": [
|
||||
"{ componentType: { [key: string]: Id; }; register: (id: Id, component: React.ComponentType<Record<string, any> | undefined>, allowOverride?: boolean) => void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -367,10 +304,7 @@
|
|||
"tags": [],
|
||||
"label": "AdvancedSettingsStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -383,10 +317,7 @@
|
|||
"signature": [
|
||||
"{ componentType: { [key: string]: Id; }; get: (id: Id) => React.ComponentType<Record<string, any> | undefined>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -11,10 +11,7 @@
|
|||
"tags": [],
|
||||
"label": "ConfigSchema",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -24,10 +21,7 @@
|
|||
"tags": [],
|
||||
"label": "serviceMapEnabled",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -37,10 +31,7 @@
|
|||
"tags": [],
|
||||
"label": "profilingEnabled",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -53,10 +44,7 @@
|
|||
"signature": [
|
||||
"{ enabled: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -76,10 +64,7 @@
|
|||
"signature": [
|
||||
"{}"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/plugin.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "x-pack/plugins/apm/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -94,10 +79,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/plugin.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "x-pack/plugins/apm/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -142,10 +124,7 @@
|
|||
"APMPluginStartDependencies",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 56
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -158,10 +137,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 66
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -181,10 +157,7 @@
|
|||
},
|
||||
"<unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 66
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -235,10 +208,7 @@
|
|||
"ValuesType",
|
||||
"<TParams[\"apm\"][\"events\"]>>, ESSearchRequestOf<TParams>, {}>>; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 70
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -260,10 +230,7 @@
|
|||
"APMPluginStartDependencies",
|
||||
", unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -279,10 +246,7 @@
|
|||
"APMPluginSetupDependencies",
|
||||
", \"data\" | \"security\" | \"home\" | \"features\" | \"fleet\" | \"ml\" | \"actions\" | \"usageCollection\" | \"apmOss\" | \"licensing\" | \"observability\" | \"ruleRegistry\" | \"spaces\" | \"cloud\" | \"taskManager\" | \"alerting\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 72
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -307,10 +271,7 @@
|
|||
},
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 302
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -329,10 +290,7 @@
|
|||
"text": "CoreStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 302
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -349,10 +307,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 321
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -376,10 +331,7 @@
|
|||
"SearchAggregatedTransactionSetting",
|
||||
"; 'xpack.apm.metricsInterval': number; 'xpack.apm.agent.migrations.enabled': boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -392,10 +344,7 @@
|
|||
"signature": [
|
||||
"Readonly<{} & { enabled: boolean; transactionIndices: string; spanIndices: string; errorIndices: string; metricsIndices: string; sourcemapIndices: string; onboardingIndices: string; indexPattern: string; fleetMode: boolean; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 63
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -411,10 +360,7 @@
|
|||
"SearchAggregatedTransactionSetting",
|
||||
"; telemetryCollectionEnabled: boolean; metricsInterval: number; maxServiceEnvironments: number; maxServiceSelection: number; profilingEnabled: boolean; agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 64
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -431,10 +377,7 @@
|
|||
"tags": [],
|
||||
"label": "APMRouteHandlerResources",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -454,10 +397,7 @@
|
|||
},
|
||||
"<unknown, unknown, unknown, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 56
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -470,10 +410,7 @@
|
|||
"signature": [
|
||||
"ApmPluginRequestHandlerContext"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 57
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -486,10 +423,7 @@
|
|||
"signature": [
|
||||
"{ query: { _inspect: boolean; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 58
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -504,10 +438,7 @@
|
|||
"SearchAggregatedTransactionSetting",
|
||||
"; 'xpack.apm.metricsInterval': number; 'xpack.apm.agent.migrations.enabled': boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 63
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -520,10 +451,7 @@
|
|||
"signature": [
|
||||
"Logger"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 64
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -552,10 +480,7 @@
|
|||
},
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 65
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -792,10 +717,7 @@
|
|||
},
|
||||
">; } | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 69
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -814,10 +736,7 @@
|
|||
"text": "RuleDataClient"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 75
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -837,10 +756,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -855,10 +771,7 @@
|
|||
"tags": [],
|
||||
"label": "ProcessorEvent",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/common/processor_event.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/apm/common/processor_event.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -874,10 +787,7 @@
|
|||
"signature": [
|
||||
"\"apm\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/common/alert_types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/apm/common/alert_types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -893,10 +803,7 @@
|
|||
"SearchAggregatedTransactionSetting",
|
||||
"; 'xpack.apm.metricsInterval': number; 'xpack.apm.agent.migrations.enabled': boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -3945,10 +3852,7 @@
|
|||
"APMRouteCreateOptions",
|
||||
">; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/get_global_apm_server_route_repository.ts",
|
||||
"lineNumber": 66
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/get_global_apm_server_route_repository.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -3964,10 +3868,7 @@
|
|||
"SearchAggregatedTransactionSetting",
|
||||
"; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly maxServiceEnvironments: number; readonly maxServiceSelection: number; readonly profilingEnabled: boolean; readonly agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 58
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -3981,10 +3882,7 @@
|
|||
"signature": [
|
||||
"{ response: any; duration: number; requestType: string; requestParams: Record<string, unknown>; esError: Error; operationName: string; }[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/routes/typings.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -3997,10 +3895,7 @@
|
|||
"tags": [],
|
||||
"label": "APMPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/types.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -4016,10 +3911,7 @@
|
|||
"SearchAggregatedTransactionSetting",
|
||||
"; 'xpack.apm.metricsInterval': number; 'xpack.apm.agent.migrations.enabled': boolean; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/types.ts",
|
||||
"lineNumber": 56
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -4034,10 +3926,7 @@
|
|||
"ApmIndicesConfig",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/types.ts",
|
||||
"lineNumber": 57
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -4068,10 +3957,7 @@
|
|||
"ValuesType",
|
||||
"<TParams[\"apm\"][\"events\"]>>, ESSearchRequestOf<TParams>, {}>>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/types.ts",
|
||||
"lineNumber": 58
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -4095,10 +3981,7 @@
|
|||
"ApmPluginRequestHandlerContext",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/types.ts",
|
||||
"lineNumber": 58
|
||||
},
|
||||
"path": "x-pack/plugins/apm/server/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
"signature": [
|
||||
"{ readonly enabled: boolean; readonly transactionIndices: string; readonly spanIndices: string; readonly errorIndices: string; readonly metricsIndices: string; readonly sourcemapIndices: string; readonly onboardingIndices: string; readonly indexPattern: string; readonly fleetMode: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/index.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/apm_oss/server/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -40,10 +37,7 @@
|
|||
"tags": [],
|
||||
"label": "APMOSSPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -56,10 +50,7 @@
|
|||
"signature": [
|
||||
"{ readonly enabled: boolean; readonly transactionIndices: string; readonly spanIndices: string; readonly errorIndices: string; readonly metricsIndices: string; readonly sourcemapIndices: string; readonly onboardingIndices: string; readonly indexPattern: string; readonly fleetMode: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -73,10 +64,7 @@
|
|||
"Observable",
|
||||
"<Readonly<{} & { enabled: boolean; transactionIndices: string; spanIndices: string; errorIndices: string; metricsIndices: string; sourcemapIndices: string; onboardingIndices: string; indexPattern: string; fleetMode: boolean; }>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
|
@ -27,10 +27,7 @@
|
|||
"tags": [],
|
||||
"label": "BannerConfiguration",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -43,10 +40,7 @@
|
|||
"signature": [
|
||||
"\"top\" | \"disabled\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -56,10 +50,7 @@
|
|||
"tags": [],
|
||||
"label": "textContent",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -69,10 +60,7 @@
|
|||
"tags": [],
|
||||
"label": "textColor",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -82,10 +70,7 @@
|
|||
"tags": [],
|
||||
"label": "backgroundColor",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -98,10 +83,7 @@
|
|||
"tags": [],
|
||||
"label": "BannerInfoResponse",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -111,10 +93,7 @@
|
|||
"tags": [],
|
||||
"label": "allowed",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -133,10 +112,7 @@
|
|||
"text": "BannerConfiguration"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -155,10 +131,7 @@
|
|||
"signature": [
|
||||
"\"top\" | \"disabled\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -19,10 +19,7 @@
|
|||
"Observable",
|
||||
"<string>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/public/streaming/split.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/bfetch/public/streaming/split.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -35,10 +32,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/public/streaming/split.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/bfetch/public/streaming/split.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -60,10 +54,7 @@
|
|||
"signature": [
|
||||
"(payload: Payload, signal?: AbortSignal | undefined) => Promise<Result>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/public/batching/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/bfetch/public/batching/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -76,10 +67,7 @@
|
|||
"tags": [],
|
||||
"label": "BfetchPublicContract",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -96,10 +84,7 @@
|
|||
"Observable",
|
||||
"<string>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -113,10 +98,7 @@
|
|||
"signature": [
|
||||
"FetchStreamingParams"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -141,10 +123,7 @@
|
|||
},
|
||||
"<Payload, Result>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -159,10 +138,7 @@
|
|||
"StreamingBatchedFunctionParams",
|
||||
"<Payload, Result>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -193,10 +169,7 @@
|
|||
},
|
||||
"<BatchItemData, BatchItemResult>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -209,10 +182,7 @@
|
|||
"signature": [
|
||||
"(data: BatchItemData) => Promise<BatchItemResult>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -226,10 +196,7 @@
|
|||
"signature": [
|
||||
"BatchItemData"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -272,10 +239,7 @@
|
|||
"Observable",
|
||||
"<Response>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -288,10 +252,7 @@
|
|||
"tags": [],
|
||||
"label": "BfetchServerSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -320,10 +281,7 @@
|
|||
},
|
||||
"<BatchItemData, BatchItemResult>) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -334,10 +292,7 @@
|
|||
"tags": [],
|
||||
"label": "path",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -366,10 +321,7 @@
|
|||
},
|
||||
"<BatchItemData, BatchItemResult>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -400,10 +352,7 @@
|
|||
},
|
||||
"<Payload, Response>) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -414,10 +363,7 @@
|
|||
"tags": [],
|
||||
"label": "path",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -446,10 +392,7 @@
|
|||
},
|
||||
"<Payload, Response>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -680,10 +623,7 @@
|
|||
"KibanaResponse",
|
||||
"<undefined>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 83
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -717,10 +657,7 @@
|
|||
"Observable",
|
||||
"<Response>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 91
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -736,10 +673,7 @@
|
|||
"tags": [],
|
||||
"label": "BfetchServerStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 96
|
||||
},
|
||||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "start",
|
||||
|
@ -767,10 +701,7 @@
|
|||
},
|
||||
"<Item>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -783,10 +714,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -806,10 +734,7 @@
|
|||
},
|
||||
"<Item>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -825,10 +750,7 @@
|
|||
"description": [
|
||||
"\nGet current buffer size."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -843,10 +765,7 @@
|
|||
"signature": [
|
||||
"(item: Item) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -859,10 +778,7 @@
|
|||
"signature": [
|
||||
"Item"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -881,10 +797,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 58
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -901,10 +814,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 65
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -937,10 +847,7 @@
|
|||
},
|
||||
"<Item>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -953,10 +860,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -976,10 +880,7 @@
|
|||
},
|
||||
"<Item>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -996,10 +897,7 @@
|
|||
"signature": [
|
||||
"(item: Item) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1012,10 +910,7 @@
|
|||
"signature": [
|
||||
"Item"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1032,10 +927,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -1050,10 +942,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -1089,10 +978,7 @@
|
|||
},
|
||||
"<BatchEntry>]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1112,10 +998,7 @@
|
|||
},
|
||||
"<Func, BatchEntry>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1149,10 +1032,7 @@
|
|||
},
|
||||
">(err: any) => E"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/util/normalize_error.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/util/normalize_error.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1165,10 +1045,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/util/normalize_error.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/util/normalize_error.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1186,10 +1063,7 @@
|
|||
"signature": [
|
||||
"(text: string) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/util/remove_leading_slash.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/util/remove_leading_slash.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1202,10 +1076,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/util/remove_leading_slash.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/util/remove_leading_slash.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1232,10 +1103,7 @@
|
|||
},
|
||||
"<Func, BatchEntry>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1248,10 +1116,7 @@
|
|||
"signature": [
|
||||
"(...args: Parameters<Func>) => [ReturnType<Func>, BatchEntry]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -1265,10 +1130,7 @@
|
|||
"signature": [
|
||||
"Func extends (...args: infer P) => any ? P : never"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1283,10 +1145,7 @@
|
|||
"signature": [
|
||||
"(items: BatchEntry[]) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -1300,10 +1159,7 @@
|
|||
"signature": [
|
||||
"BatchEntry[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1318,10 +1174,7 @@
|
|||
"signature": [
|
||||
"number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1334,10 +1187,7 @@
|
|||
"signature": [
|
||||
"number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1350,10 +1200,7 @@
|
|||
"tags": [],
|
||||
"label": "BatchItemWrapper",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1363,10 +1210,7 @@
|
|||
"tags": [],
|
||||
"label": "compressed",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1376,10 +1220,7 @@
|
|||
"tags": [],
|
||||
"label": "payload",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1402,10 +1243,7 @@
|
|||
},
|
||||
"<Item>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1418,10 +1256,7 @@
|
|||
"signature": [
|
||||
"Item[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1444,10 +1279,7 @@
|
|||
},
|
||||
"<Result, Error>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1457,10 +1289,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1473,10 +1302,7 @@
|
|||
"signature": [
|
||||
"Result | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1489,10 +1315,7 @@
|
|||
"signature": [
|
||||
"Error | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1505,10 +1328,7 @@
|
|||
"tags": [],
|
||||
"label": "ErrorLike",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1518,10 +1338,7 @@
|
|||
"tags": [],
|
||||
"label": "message",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/batch.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1544,10 +1361,7 @@
|
|||
},
|
||||
"<Item>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1562,10 +1376,7 @@
|
|||
"signature": [
|
||||
"number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1580,10 +1391,7 @@
|
|||
"signature": [
|
||||
"(items: Item[]) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -1597,10 +1405,7 @@
|
|||
"signature": [
|
||||
"Item[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1625,10 +1430,7 @@
|
|||
},
|
||||
"<Payload, Response>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/streaming/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/streaming/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1643,10 +1445,7 @@
|
|||
"Observable",
|
||||
"<Response>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/streaming/types.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/streaming/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1659,10 +1458,7 @@
|
|||
"signature": [
|
||||
"Payload"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/streaming/types.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/streaming/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1697,10 +1493,7 @@
|
|||
},
|
||||
"<Item>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1715,10 +1508,7 @@
|
|||
"signature": [
|
||||
"number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1737,10 +1527,7 @@
|
|||
"signature": [
|
||||
"\"bfetch:disableCompression\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/common/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/bfetch/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -11,10 +11,7 @@
|
|||
"tags": [],
|
||||
"label": "WithKibanaProps",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/canvas/public/index.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/canvas/public/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -39,10 +36,7 @@
|
|||
"CanvasServices",
|
||||
"; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/canvas/public/index.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/canvas/public/index.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -64,10 +58,7 @@
|
|||
"signature": [
|
||||
"CanvasApi"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/canvas/public/plugin.tsx",
|
||||
"lineNumber": 70
|
||||
},
|
||||
"path": "x-pack/plugins/canvas/public/plugin.tsx",
|
||||
"deprecated": false,
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -82,10 +73,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/canvas/public/plugin.tsx",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "x-pack/plugins/canvas/public/plugin.tsx",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -113,10 +101,7 @@
|
|||
"tags": [],
|
||||
"label": "UI_SETTINGS",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/canvas/common/index.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/canvas/common/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -126,10 +111,7 @@
|
|||
"tags": [],
|
||||
"label": "ENABLE_LABS_UI",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/canvas/common/index.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "x-pack/plugins/canvas/common/index.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
2255
api_docs/cases.json
2255
api_docs/cases.json
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -11,10 +11,7 @@
|
|||
"tags": [],
|
||||
"label": "CloudConfigType",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -27,10 +24,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -43,10 +37,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -59,10 +50,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -75,10 +63,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -91,10 +76,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -107,10 +89,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -123,10 +102,7 @@
|
|||
"signature": [
|
||||
"{ enabled: boolean; org_id?: string | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -143,10 +119,7 @@
|
|||
"tags": [],
|
||||
"label": "CloudSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -159,10 +132,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -175,10 +145,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -191,10 +158,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -207,10 +171,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -223,10 +184,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -239,10 +197,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 56
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -252,10 +207,7 @@
|
|||
"tags": [],
|
||||
"label": "isCloudEnabled",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 57
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -277,10 +229,7 @@
|
|||
"tags": [],
|
||||
"label": "CloudSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -293,10 +242,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -309,10 +255,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -322,10 +265,7 @@
|
|||
"tags": [],
|
||||
"label": "isCloudEnabled",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -338,10 +278,7 @@
|
|||
"signature": [
|
||||
"{ url?: string | undefined; secretToken?: string | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
5550
api_docs/core.json
5550
api_docs/core.json
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -43,10 +43,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -59,10 +56,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -81,10 +75,7 @@
|
|||
"text": "Params"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -98,10 +89,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -114,10 +102,7 @@
|
|||
"signature": [
|
||||
"() => string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -142,10 +127,7 @@
|
|||
"KibanaLocation",
|
||||
"<object>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -164,10 +146,7 @@
|
|||
"text": "DrilldownConfig"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -181,10 +160,7 @@
|
|||
"signature": [
|
||||
"Context"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -201,10 +177,7 @@
|
|||
"signature": [
|
||||
"100"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -217,10 +190,7 @@
|
|||
"signature": [
|
||||
"() => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -235,10 +205,7 @@
|
|||
"signature": [
|
||||
"\"dashboardApp\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -283,10 +250,7 @@
|
|||
},
|
||||
">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -301,10 +265,7 @@
|
|||
"signature": [
|
||||
"() => { dashboardId: string; useCurrentFilters: boolean; useCurrentDateRange: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 56
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -334,10 +295,7 @@
|
|||
"text": "DrilldownConfig"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -356,10 +314,7 @@
|
|||
"text": "DrilldownConfig"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -384,10 +339,7 @@
|
|||
},
|
||||
", context: Context) => Promise<string>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 67
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -406,10 +358,7 @@
|
|||
"text": "DrilldownConfig"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 67
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -423,10 +372,7 @@
|
|||
"signature": [
|
||||
"Context"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 67
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -451,10 +397,7 @@
|
|||
},
|
||||
", context: Context) => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -473,10 +416,7 @@
|
|||
"text": "DrilldownConfig"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -490,10 +430,7 @@
|
|||
"signature": [
|
||||
"Context"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -525,10 +462,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 84
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -544,10 +478,7 @@
|
|||
"tags": [],
|
||||
"label": "Params",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -600,10 +531,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -618,10 +546,7 @@
|
|||
"tags": [],
|
||||
"label": "SetupDependencies",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -640,10 +565,7 @@
|
|||
"text": "SetupContract"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -662,10 +584,7 @@
|
|||
"text": "EmbeddableSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -690,10 +609,7 @@
|
|||
"UrlService",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -706,10 +622,7 @@
|
|||
"tags": [],
|
||||
"label": "StartDependencies",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -728,10 +641,7 @@
|
|||
"text": "StartContract"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -750,10 +660,7 @@
|
|||
"text": "DataPublicPluginStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -772,10 +679,7 @@
|
|||
"text": "EmbeddableStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -800,10 +704,7 @@
|
|||
"UrlService",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -822,10 +723,7 @@
|
|||
"text": "DashboardStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -844,10 +742,7 @@
|
|||
"signature": [
|
||||
"{ dashboardId?: string | undefined; useCurrentFilters: boolean; useCurrentDateRange: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -860,10 +755,7 @@
|
|||
"tags": [],
|
||||
"label": "SetupContract",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "setup",
|
||||
|
@ -876,10 +768,7 @@
|
|||
"tags": [],
|
||||
"label": "StartContract",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "start",
|
||||
|
@ -897,10 +786,7 @@
|
|||
"tags": [],
|
||||
"label": "SetupDependencies",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -919,10 +805,7 @@
|
|||
"text": "SetupContract"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -935,10 +818,7 @@
|
|||
"tags": [],
|
||||
"label": "StartDependencies",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -951,10 +831,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -971,10 +848,7 @@
|
|||
"tags": [],
|
||||
"label": "SetupContract",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "setup",
|
||||
|
@ -987,10 +861,7 @@
|
|||
"tags": [],
|
||||
"label": "StartContract",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "start",
|
||||
|
@ -1028,10 +899,7 @@
|
|||
"SavedObjectReference",
|
||||
"[]; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1041,10 +909,7 @@
|
|||
"tags": [],
|
||||
"label": "{\n drilldownId,\n}",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1054,10 +919,7 @@
|
|||
"tags": [],
|
||||
"label": "drilldownId",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1093,10 +955,7 @@
|
|||
"text": "SerializedEvent"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1106,10 +965,7 @@
|
|||
"tags": [],
|
||||
"label": "{\n drilldownId,\n}",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1119,10 +975,7 @@
|
|||
"tags": [],
|
||||
"label": "drilldownId",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1145,10 +998,7 @@
|
|||
"signature": [
|
||||
"{ dashboardId?: string | undefined; useCurrentFilters: boolean; useCurrentDateRange: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/types.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1164,10 +1014,7 @@
|
|||
"signature": [
|
||||
"\"DASHBOARD_TO_DASHBOARD_DRILLDOWN\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/constants.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -35,10 +35,7 @@
|
|||
},
|
||||
"<void, void, object, object>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -51,10 +48,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -74,10 +68,7 @@
|
|||
},
|
||||
"<unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -102,10 +93,7 @@
|
|||
},
|
||||
"<object, unknown>, { security }: DashboardModeServerSetupDependencies) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -125,10 +113,7 @@
|
|||
},
|
||||
"<object, unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -142,10 +127,7 @@
|
|||
"signature": [
|
||||
"DashboardModeServerSetupDependencies"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -170,10 +152,7 @@
|
|||
},
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 60
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -192,10 +171,7 @@
|
|||
"text": "CoreStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 60
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -212,10 +188,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -244,10 +217,7 @@
|
|||
"tags": [],
|
||||
"label": "UI_SETTINGS",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/common/constants.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -257,10 +227,7 @@
|
|||
"tags": [],
|
||||
"label": "CONFIG_DASHBOARD_ONLY_MODE_ROLES",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/common/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "x-pack/plugins/dashboard_mode/common/constants.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
21429
api_docs/data.json
21429
api_docs/data.json
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3870 | 151 | 3323 | 63 |
|
||||
| 3870 | 151 | 3322 | 63 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -11,10 +11,7 @@
|
|||
"tags": [],
|
||||
"label": "QuerySuggestionBasic",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -33,10 +30,7 @@
|
|||
"text": "QuerySuggestionTypes"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -49,10 +43,7 @@
|
|||
"signature": [
|
||||
"string | JSX.Element | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -62,10 +53,7 @@
|
|||
"tags": [],
|
||||
"label": "end",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -75,10 +63,7 @@
|
|||
"tags": [],
|
||||
"label": "start",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -88,10 +73,7 @@
|
|||
"tags": [],
|
||||
"label": "text",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -104,10 +86,7 @@
|
|||
"signature": [
|
||||
"number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -137,10 +116,7 @@
|
|||
"text": "QuerySuggestionBasic"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -160,10 +136,7 @@
|
|||
},
|
||||
".Field"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -182,10 +155,7 @@
|
|||
"text": "IFieldType"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -198,10 +168,7 @@
|
|||
"tags": [],
|
||||
"label": "QuerySuggestionGetFnArgs",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -211,10 +178,7 @@
|
|||
"tags": [],
|
||||
"label": "language",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -234,10 +198,7 @@
|
|||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -247,10 +208,7 @@
|
|||
"tags": [],
|
||||
"label": "query",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -260,10 +218,7 @@
|
|||
"tags": [],
|
||||
"label": "selectionStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -273,10 +228,7 @@
|
|||
"tags": [],
|
||||
"label": "selectionEnd",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -289,10 +241,7 @@
|
|||
"signature": [
|
||||
"AbortSignal | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -305,10 +254,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -321,10 +267,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -337,10 +280,7 @@
|
|||
"signature": [
|
||||
"\"terms_enum\" | \"terms_agg\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -355,10 +295,7 @@
|
|||
"tags": [],
|
||||
"label": "QuerySuggestionTypes",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -384,10 +321,7 @@
|
|||
"ValueSuggestionsGetFn",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/autocomplete_service.ts",
|
||||
"lineNumber": 103
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/autocomplete_service.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -415,10 +349,7 @@
|
|||
"text": "QuerySuggestionField"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -448,10 +379,7 @@
|
|||
},
|
||||
"[]> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3870 | 151 | 3323 | 63 |
|
||||
| 3870 | 151 | 3322 | 63 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -16,10 +16,7 @@
|
|||
"signature": [
|
||||
"\"ese\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/strategies/ese_search/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/data/common/search/strategies/ese_search/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -33,10 +30,7 @@
|
|||
"signature": [
|
||||
"\"eql\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/strategies/eql_search/types.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/data/common/search/strategies/eql_search/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -52,10 +46,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/public/plugin.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -92,10 +83,7 @@
|
|||
"DataEnhancedStartDependencies",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -108,10 +96,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -131,10 +116,7 @@
|
|||
},
|
||||
"<Readonly<{} & { search: Readonly<{} & { sessions: Readonly<{} & { enabled: boolean; management: Readonly<{} & { refreshInterval: moment.Duration; maxSessions: number; refreshTimeout: moment.Duration; expiresSoonWarning: moment.Duration; }>; pageSize: number; trackingInterval: moment.Duration; cleanupInterval: moment.Duration; expireInterval: moment.Duration; monitoringTaskTimeout: moment.Duration; notTouchedTimeout: moment.Duration; notTouchedInProgressTimeout: moment.Duration; maxUpdateRetries: number; defaultExpiration: moment.Duration; }>; }>; }>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -163,10 +145,7 @@
|
|||
"DataEnhancedSetupDependencies",
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -188,10 +167,7 @@
|
|||
"DataEnhancedStartDependencies",
|
||||
", unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -205,10 +181,7 @@
|
|||
"signature": [
|
||||
"DataEnhancedSetupDependencies"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -235,10 +208,7 @@
|
|||
"DataEnhancedStartDependencies",
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -257,10 +227,7 @@
|
|||
"text": "CoreStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -274,10 +241,7 @@
|
|||
"signature": [
|
||||
"DataEnhancedStartDependencies"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -294,10 +258,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 65
|
||||
},
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -320,10 +281,7 @@
|
|||
"signature": [
|
||||
"\"ese\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/strategies/ese_search/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/data/common/search/strategies/ese_search/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -337,10 +295,7 @@
|
|||
"signature": [
|
||||
"\"eql\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/strategies/eql_search/types.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/data/common/search/strategies/eql_search/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3870 | 151 | 3323 | 63 |
|
||||
| 3870 | 151 | 3322 | 63 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3870 | 151 | 3323 | 63 |
|
||||
| 3870 | 151 | 3322 | 63 |
|
||||
|
||||
## Server
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3870 | 151 | 3323 | 63 |
|
||||
| 3870 | 151 | 3322 | 63 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3870 | 151 | 3323 | 63 |
|
||||
| 3870 | 151 | 3322 | 63 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3870 | 151 | 3323 | 63 |
|
||||
| 3870 | 151 | 3322 | 63 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -18,26 +18,22 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibCorePluginApi" section="def-server.LegacyScopedClusterClient" text="LegacyScopedClusterClient"/> | indexManagement | 7.16 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | indexManagement, globalSearch | 7.16 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | crossClusterReplication, indexLifecycleManagement | 7.16 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | savedObjects, discover, savedObjectsManagement, lens, observability, timelines, infra, ml, apm, securitySolution, maps, stackAlerts, transform | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | savedObjects, discover, savedObjectsManagement, lens, observability, timelines, infra, ml, apm, securitySolution, maps, stackAlerts, transform | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | discover, fleet, maps, ml, infra, stackAlerts, lens | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | savedObjects, observability, timelines, infra, ml, securitySolution, maps, stackAlerts, transform | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | savedObjects, observability, timelines, infra, ml, securitySolution, maps, stackAlerts, transform | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.esFilters" text="esFilters"/> | discover, visualizations, dashboard, lens, observability, maps, canvas, dashboardEnhanced, discoverEnhanced, securitySolution | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.ExistsFilter" text="ExistsFilter"/> | observability | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.Filter" text="Filter"/> | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, lists, ml, visTypeTimeseries | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.Filter" text="Filter"/> | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, lists, ml, visTypeTimeseries | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | discover, fleet, maps, ml, infra, stackAlerts, lens | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | discover, fleet, maps, ml, infra, stackAlerts, lens | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.ExistsFilter" text="ExistsFilter"/> | observability | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.Filter" text="Filter"/> | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, lists, ml, visTypeTimeseries | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | embeddable, discover, presentationUtil, dashboard, graph | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | visualizations, discover, dashboard, savedObjectsManagement | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | savedObjectsTaggingOss, visualizations, discover, dashboard, savedObjectsManagement | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldSubType" text="IFieldSubType"/> | timelines | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.esKuery" text="esKuery"/> | fleet, lens, timelines, infra, dataVisualizer, ml, apm, securitySolution, stackAlerts, transform, uptime | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.esQuery" text="esQuery"/> | lens, timelines, dataVisualizer, ml, infra, securitySolution, stackAlerts, transform | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.FilterMeta" text="FilterMeta"/> | lens | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.ExistsFilter" text="ExistsFilter"/> | observability | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.ExistsFilter" text="ExistsFilter"/> | observability | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldSubType" text="IFieldSubType"/> | timelines | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldSubType" text="IFieldSubType"/> | timelines | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldSubType" text="IFieldSubType"/> | timelines | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | fleet, maps, ml, infra, stackAlerts, lens | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | fleet, maps, ml, infra, stackAlerts, lens | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | fleet, maps, ml, infra, stackAlerts, lens | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.KueryNode" text="KueryNode"/> | securitySolution, alerting, fleet, cases, dataEnhanced | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.MatchAllFilter" text="MatchAllFilter"/> | securitySolution | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.EsQueryConfig" text="EsQueryConfig"/> | securitySolution, visTypeTimeseries | - |
|
||||
|
@ -48,6 +44,10 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibDataPluginApi" section="def-server.KueryNode" text="KueryNode"/> | securitySolution, alerting, fleet, cases, dataEnhanced | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | securitySolution | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | fleet | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.FilterMeta" text="FilterMeta"/> | lens | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | visualizations, discover, dashboard, savedObjectsManagement | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | savedObjectsTaggingOss, visualizations, discover, dashboard, savedObjectsManagement | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | embeddable, discover, presentationUtil, dashboard, graph | - |
|
||||
| <DocLink id="kibExpressionsPluginApi" section="def-common.Render" text="Render"/> | canvas | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.isFilters" text="isFilters"/> | dashboardEnhanced | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.isFilters" text="isFilters"/> | dashboardEnhanced | - |
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -35,10 +35,7 @@
|
|||
},
|
||||
", void, object, object>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -63,10 +60,7 @@
|
|||
"DevToolApp",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -86,10 +80,7 @@
|
|||
},
|
||||
"<object, unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -100,10 +91,7 @@
|
|||
"tags": [],
|
||||
"label": "{ urlForwarding }",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -116,10 +104,7 @@
|
|||
"signature": [
|
||||
"{ forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -137,10 +122,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 84
|
||||
},
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -155,10 +137,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 104
|
||||
},
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -179,10 +158,7 @@
|
|||
"tags": [],
|
||||
"label": "DevToolsSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -200,10 +176,7 @@
|
|||
") => ",
|
||||
"DevToolApp"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -221,10 +194,7 @@
|
|||
"DevToolApp",
|
||||
", \"title\" | \"id\" | \"order\" | \"mount\" | \"tooltipContent\" | \"enableRouting\"> & { disabled?: boolean | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
|
|
@ -20,10 +20,7 @@
|
|||
"text": "SavedObjectLoader"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/saved_searches.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/saved_searches.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -36,10 +33,7 @@
|
|||
"signature": [
|
||||
"Services"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/saved_searches.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/saved_searches.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -59,10 +53,7 @@
|
|||
"src/plugins/discover/public/application/apps/main/utils/get_sharing_data",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/shared/index.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/discover/public/shared/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -94,10 +85,7 @@
|
|||
"text": "SerializableState"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -112,10 +100,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -130,10 +115,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -155,10 +137,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -189,10 +168,7 @@
|
|||
},
|
||||
") | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -207,10 +183,7 @@
|
|||
"signature": [
|
||||
"any[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -225,10 +198,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -243,10 +213,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -261,10 +228,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 57
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -279,10 +243,7 @@
|
|||
"signature": [
|
||||
"string[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -297,10 +258,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 67
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -323,10 +281,7 @@
|
|||
},
|
||||
") | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 72
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -341,10 +296,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 77
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -357,10 +309,7 @@
|
|||
"tags": [],
|
||||
"label": "DiscoverUrlGeneratorState",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -375,10 +324,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -393,10 +339,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -418,10 +361,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -443,10 +383,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -461,10 +398,7 @@
|
|||
"signature": [
|
||||
"any[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -479,10 +413,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -497,10 +428,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -515,10 +443,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 57
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -533,10 +458,7 @@
|
|||
"signature": [
|
||||
"string[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -551,10 +473,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 67
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -569,10 +488,7 @@
|
|||
"signature": [
|
||||
"string[][] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 72
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -587,10 +503,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 77
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -631,10 +544,7 @@
|
|||
"SearchOutput",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -654,10 +564,7 @@
|
|||
"text": "SavedSearch"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -672,10 +579,7 @@
|
|||
"tags": [],
|
||||
"label": "SavedSearch",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -685,10 +589,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -698,10 +599,7 @@
|
|||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -720,10 +618,7 @@
|
|||
"text": "SearchSource"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -736,10 +631,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -752,10 +644,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -769,10 +658,7 @@
|
|||
"SortOrder",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -785,10 +671,7 @@
|
|||
"signature": [
|
||||
"DiscoverGridSettings"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -801,10 +684,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -827,10 +707,7 @@
|
|||
},
|
||||
") => Promise<string>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -850,10 +727,7 @@
|
|||
"text": "SavedObjectSaveOpts"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -868,10 +742,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -884,10 +755,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -900,10 +768,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -916,10 +781,7 @@
|
|||
"tags": [],
|
||||
"label": "SavedSearchLoader",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -940,10 +802,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -954,10 +813,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -972,10 +828,7 @@
|
|||
"signature": [
|
||||
"(id: string) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -986,10 +839,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1021,10 +871,7 @@
|
|||
"text": "EmbeddableInput"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1037,10 +884,7 @@
|
|||
"signature": [
|
||||
"{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1053,10 +897,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1069,10 +910,7 @@
|
|||
"signature": [
|
||||
"any[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1085,10 +923,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1101,10 +936,7 @@
|
|||
"signature": [
|
||||
"string[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1118,10 +950,7 @@
|
|||
"SortOrder",
|
||||
"[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1140,10 +969,7 @@
|
|||
"signature": [
|
||||
"\"DISCOVER_APP_URL_GENERATOR\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/discover/public/url_generator.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1172,10 +998,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"lineNumber": 80
|
||||
},
|
||||
"path": "src/plugins/discover/public/locator.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1189,10 +1012,7 @@
|
|||
"signature": [
|
||||
"\"search\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/discover/public/application/embeddable/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -1205,10 +1025,7 @@
|
|||
"tags": [],
|
||||
"label": "DiscoverSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"lineNumber": 77
|
||||
},
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1225,10 +1042,7 @@
|
|||
"DocViewInputFn",
|
||||
"): void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"lineNumber": 78
|
||||
},
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1250,10 +1064,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"lineNumber": 117
|
||||
},
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1267,10 +1078,7 @@
|
|||
"tags": [],
|
||||
"label": "DiscoverStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"lineNumber": 120
|
||||
},
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1289,10 +1097,7 @@
|
|||
"text": "SavedObjectLoader"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"lineNumber": 121
|
||||
},
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1314,32 +1119,20 @@
|
|||
},
|
||||
"<\"DISCOVER_APP_URL_GENERATOR\"> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"lineNumber": 126
|
||||
},
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"deprecated": true,
|
||||
"references": [
|
||||
{
|
||||
"plugin": "observability",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/hooks/use_discover_link.tsx",
|
||||
"lineNumber": 29
|
||||
}
|
||||
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/hooks/use_discover_link.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/osquery/public/scheduled_query_groups/scheduled_query_group_queries_table.tsx",
|
||||
"lineNumber": 224
|
||||
}
|
||||
"path": "x-pack/plugins/osquery/public/scheduled_query_groups/scheduled_query_group_queries_table.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/osquery/public/common/hooks/use_discover_link.tsx",
|
||||
"lineNumber": 21
|
||||
}
|
||||
"path": "x-pack/plugins/osquery/public/common/hooks/use_discover_link.tsx"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1362,10 +1155,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"lineNumber": 158
|
||||
},
|
||||
"path": "src/plugins/discover/public/plugin.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1397,10 +1187,7 @@
|
|||
"signature": [
|
||||
"\"context:defaultSize\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1414,10 +1201,7 @@
|
|||
"signature": [
|
||||
"\"context:step\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1431,10 +1215,7 @@
|
|||
"signature": [
|
||||
"\"context:tieBreakerFields\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1448,10 +1229,7 @@
|
|||
"signature": [
|
||||
"\"defaultColumns\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1465,10 +1243,7 @@
|
|||
"signature": [
|
||||
"\"doc_table:hideTimeColumn\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1482,10 +1257,7 @@
|
|||
"signature": [
|
||||
"\"doc_table:legacy\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1499,10 +1271,7 @@
|
|||
"signature": [
|
||||
"\"fields:popularLimit\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1516,10 +1285,7 @@
|
|||
"signature": [
|
||||
"\"discover:maxDocFieldsDisplayed\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1533,10 +1299,7 @@
|
|||
"signature": [
|
||||
"\"discover:modifyColumnsOnSwitch\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1550,10 +1313,7 @@
|
|||
"signature": [
|
||||
"\"discover:sampleSize\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1567,10 +1327,7 @@
|
|||
"signature": [
|
||||
"\"discover:searchFieldsFromSource\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1584,10 +1341,7 @@
|
|||
"signature": [
|
||||
"\"discover:searchOnPageLoad\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1601,10 +1355,7 @@
|
|||
"signature": [
|
||||
"\"discover:showMultiFields\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1618,10 +1369,7 @@
|
|||
"signature": [
|
||||
"\"discover:sort:defaultOrder\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/discover/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -43,10 +43,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -65,10 +62,7 @@
|
|||
"text": "Config"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -81,10 +75,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -104,10 +95,7 @@
|
|||
},
|
||||
"<object>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -148,10 +136,7 @@
|
|||
},
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -179,10 +164,7 @@
|
|||
},
|
||||
", unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -202,10 +184,7 @@
|
|||
"text": "DiscoverEnhancedSetupDependencies"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -238,10 +217,7 @@
|
|||
},
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -260,10 +236,7 @@
|
|||
"text": "CoreStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -283,10 +256,7 @@
|
|||
"text": "DiscoverEnhancedStartDependencies"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -303,10 +273,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 73
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -347,10 +314,7 @@
|
|||
"ExploreDataChartActionContext",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -363,10 +327,7 @@
|
|||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA_CHART\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -379,10 +340,7 @@
|
|||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA_CHART\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -395,10 +353,7 @@
|
|||
"signature": [
|
||||
"200"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -413,10 +368,7 @@
|
|||
"ExploreDataChartActionContext",
|
||||
") => Promise<boolean>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -429,10 +381,7 @@
|
|||
"signature": [
|
||||
"ExploreDataChartActionContext"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -453,10 +402,7 @@
|
|||
"KibanaLocation",
|
||||
"<object>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -469,10 +415,7 @@
|
|||
"signature": [
|
||||
"ExploreDataChartActionContext"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -511,10 +454,7 @@
|
|||
},
|
||||
"<EmbeddableQueryContext>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -527,10 +467,7 @@
|
|||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -543,10 +480,7 @@
|
|||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -559,10 +493,7 @@
|
|||
"signature": [
|
||||
"200"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -577,10 +508,7 @@
|
|||
"KibanaLocation",
|
||||
"<object>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -593,10 +521,7 @@
|
|||
"signature": [
|
||||
"EmbeddableQueryContext"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -616,10 +541,7 @@
|
|||
"tags": [],
|
||||
"label": "DiscoverEnhancedSetupDependencies",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -638,10 +560,7 @@
|
|||
"text": "DiscoverSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -660,10 +579,7 @@
|
|||
"text": "EmbeddableSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -676,10 +592,7 @@
|
|||
"signature": [
|
||||
"{} | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -699,10 +612,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -749,10 +659,7 @@
|
|||
},
|
||||
") => void; readonly unregisterAction: (actionId: string) => void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -765,10 +672,7 @@
|
|||
"tags": [],
|
||||
"label": "DiscoverEnhancedStartDependencies",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -787,10 +691,7 @@
|
|||
"text": "DiscoverStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -809,10 +710,7 @@
|
|||
"text": "EmbeddableStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -827,10 +725,7 @@
|
|||
"DashboardConfig",
|
||||
"; loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; } | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -850,10 +745,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -944,10 +836,7 @@
|
|||
},
|
||||
"<object>[]>; readonly executeTriggerActions: (triggerId: string, context: object) => Promise<void>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -977,10 +866,7 @@
|
|||
"tags": [],
|
||||
"label": "Config",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/common/config.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/common/config.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -993,10 +879,7 @@
|
|||
"signature": [
|
||||
"{ exploreDataInChart: { enabled: boolean; }; exploreDataInContextMenu: { enabled: boolean; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/common/config.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "x-pack/plugins/discover_enhanced/common/config.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -45,10 +45,7 @@
|
|||
},
|
||||
"> ? E : never>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/embeddables/is_enhanced_embeddable.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/embeddables/is_enhanced_embeddable.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -61,10 +58,7 @@
|
|||
"signature": [
|
||||
"E"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/embeddables/is_enhanced_embeddable.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/embeddables/is_enhanced_embeddable.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -81,10 +75,7 @@
|
|||
"tags": [],
|
||||
"label": "EnhancedEmbeddableContext",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -128,10 +119,7 @@
|
|||
},
|
||||
"; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -144,10 +132,7 @@
|
|||
"tags": [],
|
||||
"label": "SetupDependencies",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -166,10 +151,7 @@
|
|||
"text": "EmbeddableSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -188,10 +170,7 @@
|
|||
"text": "SetupContract"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -204,10 +183,7 @@
|
|||
"tags": [],
|
||||
"label": "StartDependencies",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -226,10 +202,7 @@
|
|||
"text": "EmbeddableStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -248,10 +221,7 @@
|
|||
"text": "StartContract"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -295,10 +265,7 @@
|
|||
},
|
||||
"> | undefined; }>[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/actions/drilldown_grouping.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/actions/drilldown_grouping.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -320,10 +287,7 @@
|
|||
},
|
||||
"; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -336,10 +300,7 @@
|
|||
"tags": [],
|
||||
"label": "SetupContract",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "setup",
|
||||
|
@ -352,10 +313,7 @@
|
|||
"tags": [],
|
||||
"label": "StartContract",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "start",
|
||||
|
|
|
@ -27,10 +27,7 @@
|
|||
},
|
||||
" extends Error"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -43,10 +40,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -59,10 +53,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -76,10 +67,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -93,10 +81,7 @@
|
|||
"signature": [
|
||||
"EncryptionErrorOperation"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -110,10 +95,7 @@
|
|||
"signature": [
|
||||
"Error | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -130,10 +112,7 @@
|
|||
"signature": [
|
||||
"() => { message: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -151,10 +130,7 @@
|
|||
"tags": [],
|
||||
"label": "EncryptedSavedObjectsClient",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -177,10 +153,7 @@
|
|||
"SavedObject",
|
||||
"<T>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -191,10 +164,7 @@
|
|||
"tags": [],
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -204,10 +174,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -227,10 +194,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -247,10 +211,7 @@
|
|||
"description": [
|
||||
"\nDescribes the registration entry for the saved object type that contain attributes that need to\nbe encrypted."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -260,10 +221,7 @@
|
|||
"tags": [],
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -278,10 +236,7 @@
|
|||
"AttributeToEncrypt",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -294,10 +249,7 @@
|
|||
"signature": [
|
||||
"ReadonlySet<string> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -340,10 +292,7 @@
|
|||
},
|
||||
"<InputAttributes>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -356,10 +305,7 @@
|
|||
"tags": [],
|
||||
"label": "EncryptedSavedObjectsPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -371,10 +317,7 @@
|
|||
"description": [
|
||||
"\nIndicates if Saved Object encryption is possible. Requires an encryption key to be explicitly set via `xpack.encryptedSavedObjects.encryptionKey`."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -395,10 +338,7 @@
|
|||
},
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -418,10 +358,7 @@
|
|||
"text": "EncryptedSavedObjectTypeRegistration"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -438,10 +375,7 @@
|
|||
"CreateEncryptedSavedObjectsMigrationFnOpts",
|
||||
"<InputAttributes, MigratedAttributes>) => SavedObjectOptionalMigrationFn<InputAttributes, MigratedAttributes>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -456,10 +390,7 @@
|
|||
"CreateEncryptedSavedObjectsMigrationFnOpts",
|
||||
"<InputAttributes, MigratedAttributes>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -475,10 +406,7 @@
|
|||
"tags": [],
|
||||
"label": "EncryptedSavedObjectsPluginStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -491,10 +419,7 @@
|
|||
"signature": [
|
||||
"(error: Error) => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -508,10 +433,7 @@
|
|||
"signature": [
|
||||
"Error"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -535,10 +457,7 @@
|
|||
"text": "EncryptedSavedObjectsClient"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -553,10 +472,7 @@
|
|||
"EncryptedSavedObjectsClientOptions",
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
"signature": [
|
||||
"{ readonly host?: string | undefined; readonly enabled: boolean; readonly ssl: Readonly<{ certificateAuthorities?: string | string[] | undefined; } & { verificationMode: \"none\" | \"certificate\" | \"full\"; }>; readonly accessCheckTimeout: number; readonly accessCheckTimeoutWarning: number; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/enterprise_search/server/index.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/enterprise_search/server/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -58,10 +55,7 @@
|
|||
"Type",
|
||||
"<\"none\" | \"certificate\" | \"full\">; }>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/enterprise_search/server/index.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/enterprise_search/server/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -27,10 +27,7 @@
|
|||
},
|
||||
"<TDoc>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -43,10 +40,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -59,10 +53,7 @@
|
|||
"signature": [
|
||||
"ConstructorOpts"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -79,10 +70,7 @@
|
|||
"signature": [
|
||||
"() => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 78
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -97,10 +85,7 @@
|
|||
"signature": [
|
||||
"(doc: TDoc) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 83
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -113,10 +98,7 @@
|
|||
"signature": [
|
||||
"TDoc"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 83
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -133,10 +115,7 @@
|
|||
"signature": [
|
||||
"(docs: TDoc[]) => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 87
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -149,10 +128,7 @@
|
|||
"signature": [
|
||||
"TDoc[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 87
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -169,10 +145,7 @@
|
|||
"signature": [
|
||||
"(policyName: string) => Promise<boolean>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 123
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -185,10 +158,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 123
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -205,10 +175,7 @@
|
|||
"signature": [
|
||||
"(policyName: string, policy: Record<string, unknown>) => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 138
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -221,10 +188,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 138
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -238,10 +202,7 @@
|
|||
"signature": [
|
||||
"Record<string, unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 138
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -258,10 +219,7 @@
|
|||
"signature": [
|
||||
"(name: string) => Promise<boolean>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 152
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -274,10 +232,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 152
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -294,10 +249,7 @@
|
|||
"signature": [
|
||||
"(name: string, template: Record<string, unknown>) => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 162
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -310,10 +262,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 162
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -327,10 +276,7 @@
|
|||
"signature": [
|
||||
"Record<string, unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 162
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -347,10 +293,7 @@
|
|||
"signature": [
|
||||
"(name: string) => Promise<boolean>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 180
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -363,10 +306,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 180
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -383,10 +323,7 @@
|
|||
"signature": [
|
||||
"(name: string, body?: Record<string, unknown>) => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 190
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -399,10 +336,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 190
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -416,10 +350,7 @@
|
|||
"signature": [
|
||||
"Record<string, unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 190
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -446,10 +377,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 204
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -462,10 +390,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 205
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -479,10 +404,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 206
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
},
|
||||
|
@ -496,10 +418,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 207
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -513,10 +432,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 208
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -530,10 +446,7 @@
|
|||
"signature": [
|
||||
"FindOptionsType"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 210
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -557,10 +470,7 @@
|
|||
"ReadySignal",
|
||||
"<T>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/lib/ready_signal.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/lib/ready_signal.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -575,10 +485,7 @@
|
|||
"tags": [],
|
||||
"label": "IEventLogClient",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -601,10 +508,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -617,10 +521,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -634,10 +535,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -653,10 +551,7 @@
|
|||
"FindOptionsType",
|
||||
"> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -673,10 +568,7 @@
|
|||
"tags": [],
|
||||
"label": "IEventLogger",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -689,10 +581,7 @@
|
|||
"signature": [
|
||||
"(properties: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -705,10 +594,7 @@
|
|||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -725,10 +611,7 @@
|
|||
"signature": [
|
||||
"(event: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -741,10 +624,7 @@
|
|||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -761,10 +641,7 @@
|
|||
"signature": [
|
||||
"(event: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -777,10 +654,7 @@
|
|||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -797,10 +671,7 @@
|
|||
"tags": [],
|
||||
"label": "QueryEventsBySavedObjectResult",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -810,10 +681,7 @@
|
|||
"tags": [],
|
||||
"label": "page",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -823,10 +691,7 @@
|
|||
"tags": [],
|
||||
"label": "per_page",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -836,10 +701,7 @@
|
|||
"tags": [],
|
||||
"label": "total",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -852,10 +714,7 @@
|
|||
"signature": [
|
||||
"(Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -874,10 +733,7 @@
|
|||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/generated/schemas.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/generated/schemas.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -891,10 +747,7 @@
|
|||
"signature": [
|
||||
"Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/generated/schemas.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/generated/schemas.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -908,10 +761,7 @@
|
|||
"signature": [
|
||||
"\"primary\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -924,10 +774,7 @@
|
|||
"tags": [],
|
||||
"label": "IEventLogService",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -940,10 +787,7 @@
|
|||
"signature": [
|
||||
"() => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -958,10 +802,7 @@
|
|||
"signature": [
|
||||
"() => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -976,10 +817,7 @@
|
|||
"signature": [
|
||||
"() => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -994,10 +832,7 @@
|
|||
"signature": [
|
||||
"(provider: string, actions: string[]) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1010,10 +845,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -1027,10 +859,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1047,10 +876,7 @@
|
|||
"signature": [
|
||||
"(provider: string, action: string) => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1063,10 +889,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -1080,10 +903,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1100,10 +920,7 @@
|
|||
"signature": [
|
||||
"() => Map<string, Set<string>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -1120,10 +937,7 @@
|
|||
"SavedObjectProvider",
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1136,10 +950,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -1153,10 +964,7 @@
|
|||
"signature": [
|
||||
"SavedObjectProvider"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1180,10 +988,7 @@
|
|||
"text": "IEventLogger"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1196,10 +1001,7 @@
|
|||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -1217,10 +1019,7 @@
|
|||
"tags": [],
|
||||
"label": "IEventLogClientService",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1248,10 +1047,7 @@
|
|||
"text": "IEventLogClient"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1271,10 +1067,7 @@
|
|||
},
|
||||
"<unknown, unknown, unknown, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1302,10 +1095,7 @@
|
|||
"signature": [
|
||||
"\"/api/event_log\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/common/index.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/event_log/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -21,10 +21,7 @@
|
|||
},
|
||||
"<any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -50,10 +47,7 @@
|
|||
"ErrorRendererConfig",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -69,10 +63,7 @@
|
|||
"signature": [
|
||||
"React.ExoticComponent<{ payload: unknown; }> & { readonly _result: ({ payload }: { payload: unknown; }) => JSX.Element; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_error/public/components/index.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_error/public/components/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -86,10 +77,7 @@
|
|||
"signature": [
|
||||
"P"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 359
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -109,10 +97,7 @@
|
|||
"Props",
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_error/public/components/index.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/expression_error/public/components/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -126,10 +111,7 @@
|
|||
"signature": [
|
||||
"P"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 359
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -159,10 +141,7 @@
|
|||
"ErrorRendererConfig",
|
||||
">)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_error/public/expression_renderers/index.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/expression_error/public/expression_renderers/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -178,10 +157,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_error/public/plugin.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/expression_error/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -211,10 +187,7 @@
|
|||
"signature": [
|
||||
"\"JSON\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_error/common/constants.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_error/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -228,10 +201,7 @@
|
|||
"signature": [
|
||||
"\"expressionError\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_error/common/constants.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "src/plugins/expression_error/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -245,10 +215,7 @@
|
|||
"signature": [
|
||||
"\"expressionError\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_error/common/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/expression_error/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -23,10 +23,7 @@
|
|||
"ImageRendererConfig",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -56,10 +53,7 @@
|
|||
"ImageRendererConfig",
|
||||
">)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_image/public/expression_renderers/index.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_image/public/expression_renderers/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -75,10 +69,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_image/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/expression_image/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -23,10 +23,7 @@
|
|||
"MetricRendererConfig",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -56,10 +53,7 @@
|
|||
"MetricRendererConfig",
|
||||
">)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_metric/public/expression_renderers/index.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_metric/public/expression_renderers/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -75,10 +69,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_metric/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/expression_metric/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -29,10 +29,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -68,10 +65,7 @@
|
|||
},
|
||||
">)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/public/expression_renderers/index.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/public/expression_renderers/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -87,10 +81,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -117,10 +108,7 @@
|
|||
"signature": [
|
||||
"() => { name: \"repeatImage\"; aliases: never[]; type: \"render\"; inputTypes: \"number\"[]; help: string; args: { emptyImage: { types: (\"string\" | \"null\")[]; help: string; default: null; }; image: { types: (\"string\" | \"null\")[]; help: string; default: null; }; max: { types: (\"number\" | \"null\")[]; help: string; default: number; }; size: { types: \"number\"[]; default: number; help: string; }; }; fn: (count: number, args: Arguments) => Promise<{ type: \"render\"; as: string; value: { image: string | null; emptyImage: string | null; size: number; max: number | null; count: number; }; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/expression_functions/repeat_image_function.ts",
|
||||
"lineNumber": 67
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/expression_functions/repeat_image_function.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -135,10 +123,7 @@
|
|||
"tags": [],
|
||||
"label": "NodeDimensions",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -148,10 +133,7 @@
|
|||
"tags": [],
|
||||
"label": "width",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -161,10 +143,7 @@
|
|||
"tags": [],
|
||||
"label": "height",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -177,10 +156,7 @@
|
|||
"tags": [],
|
||||
"label": "RepeatImageRendererConfig",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -190,10 +166,7 @@
|
|||
"tags": [],
|
||||
"label": "max",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -203,10 +176,7 @@
|
|||
"tags": [],
|
||||
"label": "count",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -216,10 +186,7 @@
|
|||
"tags": [],
|
||||
"label": "emptyImage",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -229,10 +196,7 @@
|
|||
"tags": [],
|
||||
"label": "image",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -242,10 +206,7 @@
|
|||
"tags": [],
|
||||
"label": "size",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -258,10 +219,7 @@
|
|||
"tags": [],
|
||||
"label": "Return",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -271,10 +229,7 @@
|
|||
"tags": [],
|
||||
"label": "count",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -284,10 +239,7 @@
|
|||
"tags": [],
|
||||
"label": "image",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -297,10 +249,7 @@
|
|||
"tags": [],
|
||||
"label": "size",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -310,10 +259,7 @@
|
|||
"tags": [],
|
||||
"label": "max",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -326,10 +272,7 @@
|
|||
"signature": [
|
||||
"string | null"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -348,10 +291,7 @@
|
|||
"signature": [
|
||||
"\"`base64`\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/constants.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -365,10 +305,7 @@
|
|||
"signature": [
|
||||
"\"_context_\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/constants.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -416,10 +353,7 @@
|
|||
"SerializableState",
|
||||
">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -440,10 +374,7 @@
|
|||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/expression_functions/index.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/expression_functions/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -457,10 +388,7 @@
|
|||
"signature": [
|
||||
"\"top\" | \"bottom\" | \"left\" | \"right\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -474,10 +402,7 @@
|
|||
"signature": [
|
||||
"\"expressionRepeatImage\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -491,10 +416,7 @@
|
|||
"signature": [
|
||||
"\"expressionRepeatImage\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/constants.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -508,10 +430,7 @@
|
|||
"signature": [
|
||||
"\"URL\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_repeat_image/common/constants.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/expression_repeat_image/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -23,10 +23,7 @@
|
|||
"RevealImageRendererConfig",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -56,10 +53,7 @@
|
|||
"RevealImageRendererConfig",
|
||||
">)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_reveal_image/public/expression_renderers/index.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_reveal_image/public/expression_renderers/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -75,10 +69,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_reveal_image/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/expression_reveal_image/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -20,10 +20,7 @@
|
|||
"text": "SvgConfig"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/utils.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/utils.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -71,10 +68,7 @@
|
|||
},
|
||||
">>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/shape/index.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/shape/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -88,10 +82,7 @@
|
|||
"signature": [
|
||||
"P"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 359
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -123,10 +114,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -141,10 +129,7 @@
|
|||
"tags": [],
|
||||
"label": "Dimensions",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -154,10 +139,7 @@
|
|||
"tags": [],
|
||||
"label": "width",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -167,10 +149,7 @@
|
|||
"tags": [],
|
||||
"label": "height",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -183,10 +162,7 @@
|
|||
"tags": [],
|
||||
"label": "NodeDimensions",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -196,10 +172,7 @@
|
|||
"tags": [],
|
||||
"label": "width",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -209,10 +182,7 @@
|
|||
"tags": [],
|
||||
"label": "height",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -235,10 +205,7 @@
|
|||
},
|
||||
" extends Arguments"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -251,10 +218,7 @@
|
|||
"signature": [
|
||||
"\"shape\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -267,10 +231,7 @@
|
|||
"tags": [],
|
||||
"label": "ParentNodeParams",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -280,10 +241,7 @@
|
|||
"tags": [],
|
||||
"label": "borderOffset",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -293,10 +251,7 @@
|
|||
"tags": [],
|
||||
"label": "width",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -306,10 +261,7 @@
|
|||
"tags": [],
|
||||
"label": "height",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -322,10 +274,7 @@
|
|||
"tags": [],
|
||||
"label": "ShapeAttributes",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -338,10 +287,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -354,10 +300,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -370,10 +313,7 @@
|
|||
"signature": [
|
||||
"string | number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -386,10 +326,7 @@
|
|||
"signature": [
|
||||
"string | number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -409,10 +346,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -425,10 +359,7 @@
|
|||
"signature": [
|
||||
"string | number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -441,10 +372,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -474,10 +402,7 @@
|
|||
"text": "ShapeRendererConfig"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -490,10 +415,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -508,10 +430,7 @@
|
|||
"signature": [
|
||||
"HTMLElement"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -524,10 +443,7 @@
|
|||
"tags": [],
|
||||
"label": "ShapeContentAttributes",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -540,10 +456,7 @@
|
|||
"signature": [
|
||||
"string | number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -556,10 +469,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -572,10 +482,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -588,10 +495,7 @@
|
|||
"signature": [
|
||||
"string | number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -604,10 +508,7 @@
|
|||
"signature": [
|
||||
"string | number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -620,10 +521,7 @@
|
|||
"tags": [],
|
||||
"label": "ShapeProps",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -643,10 +541,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -666,10 +561,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -682,10 +574,7 @@
|
|||
"tags": [],
|
||||
"label": "ShapeRef",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 79
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -705,10 +594,7 @@
|
|||
"text": "SvgConfig"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 80
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -723,10 +609,7 @@
|
|||
"tags": [],
|
||||
"label": "ShapeRendererConfig",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -736,10 +619,7 @@
|
|||
"tags": [],
|
||||
"label": "border",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -749,10 +629,7 @@
|
|||
"tags": [],
|
||||
"label": "borderWidth",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -771,10 +648,7 @@
|
|||
"text": "Shape"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -784,10 +658,7 @@
|
|||
"tags": [],
|
||||
"label": "fill",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -797,10 +668,7 @@
|
|||
"tags": [],
|
||||
"label": "maintainAspect",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -813,10 +681,7 @@
|
|||
"tags": [],
|
||||
"label": "SvgConfig",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 67
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -836,10 +701,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -858,10 +720,7 @@
|
|||
"text": "ViewBoxParams"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 69
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -906,10 +765,7 @@
|
|||
},
|
||||
" & PolygonParams)"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 70
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -922,10 +778,7 @@
|
|||
"tags": [],
|
||||
"label": "ViewBoxParams",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -935,10 +788,7 @@
|
|||
"tags": [],
|
||||
"label": "minX",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -948,10 +798,7 @@
|
|||
"tags": [],
|
||||
"label": "minY",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -961,10 +808,7 @@
|
|||
"tags": [],
|
||||
"label": "width",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -974,10 +818,7 @@
|
|||
"tags": [],
|
||||
"label": "height",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -992,10 +833,7 @@
|
|||
"tags": [],
|
||||
"label": "Shape",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1006,10 +844,7 @@
|
|||
"tags": [],
|
||||
"label": "SvgElementTypes",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -1059,10 +894,7 @@
|
|||
"SerializableState",
|
||||
">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1076,10 +908,7 @@
|
|||
"signature": [
|
||||
"\"top\" | \"bottom\" | \"left\" | \"right\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1109,10 +938,7 @@
|
|||
},
|
||||
">)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/expression_renderers/index.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/expression_renderers/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1150,10 +976,7 @@
|
|||
},
|
||||
" | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/shape/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1198,10 +1021,7 @@
|
|||
"text": "ShapeProps"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"lineNumber": 73
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/types.tsx",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1231,10 +1051,7 @@
|
|||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/shape_factory.tsx",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/components/reusable/shape_factory.tsx",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -1250,10 +1067,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/expression_shape/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -1288,10 +1102,7 @@
|
|||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/lib/available_shapes.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/lib/available_shapes.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -1306,10 +1117,7 @@
|
|||
"tags": [],
|
||||
"label": "NodeDimensions",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1319,10 +1127,7 @@
|
|||
"tags": [],
|
||||
"label": "width",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1332,10 +1137,7 @@
|
|||
"tags": [],
|
||||
"label": "height",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1358,10 +1160,7 @@
|
|||
},
|
||||
" extends Arguments"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1374,10 +1173,7 @@
|
|||
"signature": [
|
||||
"\"shape\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1390,10 +1186,7 @@
|
|||
"tags": [],
|
||||
"label": "ParentNodeParams",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1403,10 +1196,7 @@
|
|||
"tags": [],
|
||||
"label": "borderOffset",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1416,10 +1206,7 @@
|
|||
"tags": [],
|
||||
"label": "width",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1429,10 +1216,7 @@
|
|||
"tags": [],
|
||||
"label": "height",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1445,10 +1229,7 @@
|
|||
"tags": [],
|
||||
"label": "ShapeRendererConfig",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1458,10 +1239,7 @@
|
|||
"tags": [],
|
||||
"label": "border",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1471,10 +1249,7 @@
|
|||
"tags": [],
|
||||
"label": "borderWidth",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1493,10 +1268,7 @@
|
|||
"text": "Shape"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1506,10 +1278,7 @@
|
|||
"tags": [],
|
||||
"label": "fill",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1519,10 +1288,7 @@
|
|||
"tags": [],
|
||||
"label": "maintainAspect",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1535,10 +1301,7 @@
|
|||
"tags": [],
|
||||
"label": "ViewBoxParams",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1548,10 +1311,7 @@
|
|||
"tags": [],
|
||||
"label": "minX",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1561,10 +1321,7 @@
|
|||
"tags": [],
|
||||
"label": "minY",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1574,10 +1331,7 @@
|
|||
"tags": [],
|
||||
"label": "width",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1587,10 +1341,7 @@
|
|||
"tags": [],
|
||||
"label": "height",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1605,10 +1356,7 @@
|
|||
"tags": [],
|
||||
"label": "Shape",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -1658,10 +1406,7 @@
|
|||
"SerializableState",
|
||||
">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1675,10 +1420,7 @@
|
|||
"signature": [
|
||||
"\"top\" | \"bottom\" | \"left\" | \"right\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1692,10 +1434,7 @@
|
|||
"signature": [
|
||||
"\"expressionShape\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1709,10 +1448,7 @@
|
|||
"signature": [
|
||||
"\"expressionShape\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/constants.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1726,10 +1462,7 @@
|
|||
"signature": [
|
||||
"\"SVG\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/expression_shape/common/constants.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/expression_shape/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
5700
api_docs/fleet.json
5700
api_docs/fleet.json
File diff suppressed because it is too large
Load diff
|
@ -13,10 +13,7 @@
|
|||
"description": [
|
||||
"\nResponse returned from the {@link GlobalSearchPluginStart | global search service}'s `find` API\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 85
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -32,10 +29,7 @@
|
|||
"GlobalSearchResult",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 89
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -50,10 +44,7 @@
|
|||
"description": [
|
||||
"\nOptions for the server-side {@link GlobalSearchPluginStart.find | find API}"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/services/types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/services/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -68,10 +59,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/services/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/services/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -87,10 +75,7 @@
|
|||
"Observable",
|
||||
"<void> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/services/types.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/services/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -105,10 +90,7 @@
|
|||
"description": [
|
||||
"\nSearch parameters for the {@link GlobalSearchPluginStart.find | `find` API}\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 97
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -123,10 +105,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 101
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -141,10 +120,7 @@
|
|||
"signature": [
|
||||
"string[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 105
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -159,10 +135,7 @@
|
|||
"signature": [
|
||||
"string[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 109
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -177,10 +150,7 @@
|
|||
"description": [
|
||||
"\nOptions provided to {@link GlobalSearchResultProvider | a result provider}'s `find` method."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -192,10 +162,7 @@
|
|||
"description": [
|
||||
"\nA custom preference token associated with a search 'session' that should be used to get consistent scoring\nwhen performing calls to ES. Can also be used as a 'session' token for providers returning data from elsewhere\nthan an elasticsearch cluster."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -211,10 +178,7 @@
|
|||
"Observable",
|
||||
"<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -226,10 +190,7 @@
|
|||
"description": [
|
||||
"\nThe total maximum number of results (including all batches, not per emission) that should be returned by the provider for a given `find` request.\nAny result emitted exceeding this quota will be ignored by the service and not emitted to the consumer."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -244,10 +205,7 @@
|
|||
"description": [
|
||||
"\nRepresentation of a result returned by a {@link GlobalSearchResultProvider | result provider}"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -259,10 +217,7 @@
|
|||
"description": [
|
||||
"an id that should be unique for an individual provider's results"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -274,10 +229,7 @@
|
|||
"description": [
|
||||
"the title/label of the result"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -289,10 +241,7 @@
|
|||
"description": [
|
||||
"the type of result"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -307,10 +256,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -325,10 +271,7 @@
|
|||
"signature": [
|
||||
"string | { path: string; prependBasePath: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -340,10 +283,7 @@
|
|||
"description": [
|
||||
"the score of the result, from 1 (lowest) to 100 (highest)"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 64
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -360,10 +300,7 @@
|
|||
"Serializable",
|
||||
"> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 66
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -378,10 +315,7 @@
|
|||
"description": [
|
||||
"\nGlobalSearch result provider, to be registered using the {@link GlobalSearchPluginSetup | global search API}"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -393,10 +327,7 @@
|
|||
"description": [
|
||||
"\nid of the provider"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -419,10 +350,7 @@
|
|||
"GlobalSearchProviderResult",
|
||||
"[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -435,10 +363,7 @@
|
|||
"signature": [
|
||||
"GlobalSearchFindParams"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -452,10 +377,7 @@
|
|||
"signature": [
|
||||
"GlobalSearchProviderFindOptions"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -474,10 +396,7 @@
|
|||
"signature": [
|
||||
"() => string[] | Promise<string[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -498,10 +417,7 @@
|
|||
"signature": [
|
||||
"GlobalSearchFindParams"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 115
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -517,10 +433,7 @@
|
|||
"signature": [
|
||||
"string | { path: string; prependBasePath: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -538,10 +451,7 @@
|
|||
"GlobalSearchProviderResult",
|
||||
", \"type\" | \"title\" | \"id\" | \"meta\" | \"icon\" | \"score\"> & { url: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 72
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -565,10 +475,7 @@
|
|||
},
|
||||
") => void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -597,10 +504,7 @@
|
|||
"GlobalSearchBatchedResults",
|
||||
">; getSearchableTypes: () => Promise<string[]>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -619,10 +523,7 @@
|
|||
"description": [
|
||||
"\nResponse returned from the {@link GlobalSearchPluginStart | global search service}'s `find` API\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 85
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -638,10 +539,7 @@
|
|||
"GlobalSearchResult",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 89
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -656,10 +554,7 @@
|
|||
"description": [
|
||||
"\nOptions for the server-side {@link GlobalSearchPluginStart.find | find API}\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 88
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -674,10 +569,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 95
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -693,10 +585,7 @@
|
|||
"Observable",
|
||||
"<void> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 100
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -711,10 +600,7 @@
|
|||
"description": [
|
||||
"\nContext passed to server-side {@GlobalSearchResultProvider | result provider}'s `find` method.\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 65
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -763,10 +649,7 @@
|
|||
"Capabilities",
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 66
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -781,10 +664,7 @@
|
|||
"description": [
|
||||
"\nOptions provided to {@link GlobalSearchResultProvider | a result provider}'s `find` method."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -796,10 +676,7 @@
|
|||
"description": [
|
||||
"\nA custom preference token associated with a search 'session' that should be used to get consistent scoring\nwhen performing calls to ES. Can also be used as a 'session' token for providers returning data from elsewhere\nthan an elasticsearch cluster."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -815,10 +692,7 @@
|
|||
"Observable",
|
||||
"<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -830,10 +704,7 @@
|
|||
"description": [
|
||||
"\nThe total maximum number of results (including all batches, not per emission) that should be returned by the provider for a given `find` request.\nAny result emitted exceeding this quota will be ignored by the service and not emitted to the consumer."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -848,10 +719,7 @@
|
|||
"description": [
|
||||
"\nRepresentation of a result returned by a {@link GlobalSearchResultProvider | result provider}"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -863,10 +731,7 @@
|
|||
"description": [
|
||||
"an id that should be unique for an individual provider's results"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -878,10 +743,7 @@
|
|||
"description": [
|
||||
"the title/label of the result"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -893,10 +755,7 @@
|
|||
"description": [
|
||||
"the type of result"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -911,10 +770,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -929,10 +785,7 @@
|
|||
"signature": [
|
||||
"string | { path: string; prependBasePath: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -944,10 +797,7 @@
|
|||
"description": [
|
||||
"the score of the result, from 1 (lowest) to 100 (highest)"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 64
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -964,10 +814,7 @@
|
|||
"Serializable",
|
||||
"> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 66
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -982,10 +829,7 @@
|
|||
"description": [
|
||||
"\nGlobalSearch result provider, to be registered using the {@link GlobalSearchPluginSetup | global search API}\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 108
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -997,10 +841,7 @@
|
|||
"description": [
|
||||
"\nid of the provider"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 112
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1031,10 +872,7 @@
|
|||
"GlobalSearchProviderResult",
|
||||
"[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 130
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1047,10 +885,7 @@
|
|||
"signature": [
|
||||
"GlobalSearchFindParams"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 131
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -1064,10 +899,7 @@
|
|||
"signature": [
|
||||
"GlobalSearchProviderFindOptions"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 132
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -1087,10 +919,7 @@
|
|||
"text": "GlobalSearchProviderContext"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 133
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1117,10 +946,7 @@
|
|||
},
|
||||
") => string[] | Promise<string[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 140
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -1140,10 +966,7 @@
|
|||
"text": "GlobalSearchProviderContext"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 140
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1160,10 +983,7 @@
|
|||
"description": [
|
||||
"\nglobalSearch route handler context.\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1192,10 +1012,7 @@
|
|||
"GlobalSearchBatchedResults",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1208,10 +1025,7 @@
|
|||
"signature": [
|
||||
"GlobalSearchFindParams"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -1231,10 +1045,7 @@
|
|||
"text": "GlobalSearchFindOptions"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1253,10 +1064,7 @@
|
|||
"signature": [
|
||||
"() => Promise<string[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 57
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -1279,10 +1087,7 @@
|
|||
"signature": [
|
||||
"string | { path: string; prependBasePath: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1300,10 +1105,7 @@
|
|||
"GlobalSearchProviderResult",
|
||||
", \"type\" | \"title\" | \"id\" | \"meta\" | \"icon\" | \"score\"> & { url: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"lineNumber": 72
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -1349,10 +1151,7 @@
|
|||
},
|
||||
"<unknown, unknown, unknown, any>) => Promise<string[]>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -1375,10 +1174,7 @@
|
|||
},
|
||||
") => void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -28,10 +28,7 @@
|
|||
"text": "SerializableState"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -44,10 +41,7 @@
|
|||
"signature": [
|
||||
"\"policies_list\" | \"policy_edit\" | \"policy_create\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -60,10 +54,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -82,10 +73,7 @@
|
|||
"signature": [
|
||||
"\"ILM_LOCATOR_ID\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -29,10 +29,7 @@
|
|||
"FormatEditorState",
|
||||
" & S, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 64
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -42,10 +39,7 @@
|
|||
"tags": [],
|
||||
"label": "formatId",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -59,10 +53,7 @@
|
|||
"FormatEditorState",
|
||||
" & S"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 69
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -87,10 +78,7 @@
|
|||
"Sample",
|
||||
"[]; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -110,10 +98,7 @@
|
|||
},
|
||||
"<{}>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -127,10 +112,7 @@
|
|||
"signature": [
|
||||
"FormatEditorState"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -147,10 +129,7 @@
|
|||
"signature": [
|
||||
"(newParams?: {}) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 83
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -163,10 +142,7 @@
|
|||
"signature": [
|
||||
"{}"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 83
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -183,10 +159,7 @@
|
|||
"signature": [
|
||||
"() => JSX.Element"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 92
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -204,10 +177,7 @@
|
|||
"tags": [],
|
||||
"label": "FieldEditorContext",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -226,10 +196,7 @@
|
|||
"text": "IndexPattern"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -244,10 +211,7 @@
|
|||
"signature": [
|
||||
"\"concrete\" | \"runtime\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -268,10 +232,7 @@
|
|||
"text": "ISearchStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -296,10 +257,7 @@
|
|||
},
|
||||
"<P>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -309,10 +267,7 @@
|
|||
"tags": [],
|
||||
"label": "fieldType",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -331,10 +286,7 @@
|
|||
"text": "FieldFormat"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -347,10 +299,7 @@
|
|||
"signature": [
|
||||
"{ type?: string | undefined; } & P"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -363,10 +312,7 @@
|
|||
"signature": [
|
||||
"(newParams: { [key: string]: any; }) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -380,10 +326,7 @@
|
|||
"signature": [
|
||||
"{ [key: string]: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -398,10 +341,7 @@
|
|||
"signature": [
|
||||
"(error?: string | undefined) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -415,10 +355,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -433,10 +370,7 @@
|
|||
"tags": [],
|
||||
"label": "OpenFieldDeleteModalOptions",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_delete_modal.tsx",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_delete_modal.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -457,10 +391,7 @@
|
|||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_delete_modal.tsx",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_delete_modal.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -473,10 +404,7 @@
|
|||
"signature": [
|
||||
"((fieldNames: string[]) => void) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_delete_modal.tsx",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_delete_modal.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -489,10 +417,7 @@
|
|||
"signature": [
|
||||
"string | string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_delete_modal.tsx",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_delete_modal.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -505,10 +430,7 @@
|
|||
"tags": [],
|
||||
"label": "OpenFieldEditorOptions",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -529,10 +451,7 @@
|
|||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -553,10 +472,7 @@
|
|||
},
|
||||
") => void) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -569,10 +485,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -609,10 +522,7 @@
|
|||
},
|
||||
"<FormatParams>> & { formatId: string; })"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -636,10 +546,7 @@
|
|||
},
|
||||
"<FormatParams>>) & { formatId: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -652,10 +559,7 @@
|
|||
"tags": [],
|
||||
"label": "PluginStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -676,10 +580,7 @@
|
|||
},
|
||||
") => () => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -698,10 +599,7 @@
|
|||
"text": "OpenFieldEditorOptions"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -726,10 +624,7 @@
|
|||
},
|
||||
") => () => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -748,10 +643,7 @@
|
|||
"text": "OpenFieldDeleteModalOptions"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -784,10 +676,7 @@
|
|||
},
|
||||
"<any> | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -800,10 +689,7 @@
|
|||
"signature": [
|
||||
"{ editIndexPattern: () => boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -818,10 +704,7 @@
|
|||
"Props",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -835,10 +718,7 @@
|
|||
"signature": [
|
||||
"P & { children?: React.ReactNode; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 554
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -851,10 +731,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 554
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
|
|
@ -21,10 +21,7 @@
|
|||
},
|
||||
">) => JSX.Element"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/public/components/log_stream/lazy_log_stream_wrapper.tsx",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/infra/public/components/log_stream/lazy_log_stream_wrapper.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -45,10 +42,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/public/components/log_stream/lazy_log_stream_wrapper.tsx",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/infra/public/components/log_stream/lazy_log_stream_wrapper.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -75,10 +69,7 @@
|
|||
},
|
||||
" extends LogStreamContentProps"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx",
|
||||
"lineNumber": 61
|
||||
},
|
||||
"path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -91,10 +82,7 @@
|
|||
"signature": [
|
||||
"string | number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -109,10 +97,7 @@
|
|||
"tags": [],
|
||||
"label": "InfraFormatterType",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/public/lib/lib.ts",
|
||||
"lineNumber": 147
|
||||
},
|
||||
"path": "x-pack/plugins/infra/public/lib/lib.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -128,10 +113,7 @@
|
|||
"signature": [
|
||||
"\"metrics\" | \"logs\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/public/index.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "x-pack/plugins/infra/public/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -144,10 +126,7 @@
|
|||
"tags": [],
|
||||
"label": "FORMATTERS",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -160,10 +139,7 @@
|
|||
"signature": [
|
||||
"(val: number) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -174,10 +150,7 @@
|
|||
"tags": [],
|
||||
"label": "val",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/number.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/number.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -194,10 +167,7 @@
|
|||
"signature": [
|
||||
"(bytes: number) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -208,10 +178,7 @@
|
|||
"tags": [],
|
||||
"label": "bytes",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/bytes.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/bytes.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -228,10 +195,7 @@
|
|||
"signature": [
|
||||
"(bytes: number) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -242,10 +206,7 @@
|
|||
"tags": [],
|
||||
"label": "bytes",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/bytes.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/bytes.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -262,10 +223,7 @@
|
|||
"signature": [
|
||||
"(bytes: number) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -276,10 +234,7 @@
|
|||
"tags": [],
|
||||
"label": "bytes",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/bytes.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/bytes.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -294,10 +249,7 @@
|
|||
"signature": [
|
||||
"(val: number) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -308,10 +260,7 @@
|
|||
"tags": [],
|
||||
"label": "val",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/percent.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/percent.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -326,10 +275,7 @@
|
|||
"signature": [
|
||||
"(val: number) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -340,10 +286,7 @@
|
|||
"tags": [],
|
||||
"label": "val",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/high_precision.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/infra/common/formatters/high_precision.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -369,10 +312,7 @@
|
|||
"signature": [
|
||||
"{ readonly sources?: Readonly<{ default?: Readonly<{ fields?: Readonly<{ host?: string | undefined; message?: string[] | undefined; container?: string | undefined; timestamp?: string | undefined; tiebreaker?: string | undefined; pod?: string | undefined; } & {}> | undefined; logAlias?: string | undefined; metricAlias?: string | undefined; } & {}> | undefined; } & {}> | undefined; readonly enabled: boolean; readonly inventory: Readonly<{} & { compositeSize: number; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -388,10 +328,7 @@
|
|||
" & ",
|
||||
"InfraSpacesRequestHandlerContext"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/server/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "x-pack/plugins/infra/server/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -404,10 +341,7 @@
|
|||
"tags": [],
|
||||
"label": "InfraPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"lineNumber": 78
|
||||
},
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -422,10 +356,7 @@
|
|||
"InfraStaticSourceConfiguration",
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"lineNumber": 79
|
||||
},
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -436,10 +367,7 @@
|
|||
"tags": [],
|
||||
"label": "sourceId",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"lineNumber": 80
|
||||
},
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -452,10 +380,7 @@
|
|||
"signature": [
|
||||
"InfraStaticSourceConfiguration"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"lineNumber": 81
|
||||
},
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -9,10 +9,7 @@
|
|||
"tags": [],
|
||||
"label": "KibanaLegacyPlugin",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -25,10 +22,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -48,10 +42,7 @@
|
|||
},
|
||||
"<Readonly<{} & { defaultAppId: string; }>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -78,10 +69,7 @@
|
|||
"DashboardConfig",
|
||||
"; loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }>) => {}"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -103,10 +91,7 @@
|
|||
"DashboardConfig",
|
||||
"; loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -133,10 +118,7 @@
|
|||
"DashboardConfig",
|
||||
"; loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -155,10 +137,7 @@
|
|||
"text": "CoreStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -180,10 +159,7 @@
|
|||
"signature": [
|
||||
"(version: string) => ($httpProvider: angular.IHttpProvider) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 141
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -196,10 +172,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 141
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -233,10 +206,7 @@
|
|||
},
|
||||
", location: string | undefined) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/add_fatal_error.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/add_fatal_error.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -255,10 +225,7 @@
|
|||
"text": "FatalErrorsSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/add_fatal_error.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/add_fatal_error.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -279,10 +246,7 @@
|
|||
"text": "AngularHttpError"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/add_fatal_error.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/add_fatal_error.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -296,10 +260,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/add_fatal_error.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/add_fatal_error.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -331,10 +292,7 @@
|
|||
"History",
|
||||
"<any>) | undefined) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 67
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -347,10 +305,7 @@
|
|||
"signature": [
|
||||
"angular.IModule"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -361,10 +316,7 @@
|
|||
"tags": [],
|
||||
"label": "newPlatform",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 69
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -383,10 +335,7 @@
|
|||
"text": "CoreStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 70
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -403,10 +352,7 @@
|
|||
"PackageInfo",
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -421,10 +367,7 @@
|
|||
"signature": [
|
||||
"boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -440,10 +383,7 @@
|
|||
"History",
|
||||
"<any>) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 77
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -461,10 +401,7 @@
|
|||
"signature": [
|
||||
"(options: unknown) => angular.Injectable<angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -478,10 +415,7 @@
|
|||
"signature": [
|
||||
"unknown"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -505,10 +439,7 @@
|
|||
},
|
||||
") => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -527,10 +458,7 @@
|
|||
"text": "AngularHttpError"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -550,10 +478,7 @@
|
|||
"signature": [
|
||||
"(err: string | Record<string, any>) => string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_es_msg.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_es_msg.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -566,10 +491,7 @@
|
|||
"signature": [
|
||||
"string | Record<string, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_es_msg.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_es_msg.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -589,10 +511,7 @@
|
|||
"signature": [
|
||||
"(err: string | Record<string, any>, source: string) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_msg.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_msg.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -605,10 +524,7 @@
|
|||
"signature": [
|
||||
"string | Record<string, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_msg.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_msg.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -624,10 +540,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_msg.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_msg.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -645,10 +558,7 @@
|
|||
"signature": [
|
||||
"(err: Record<string, any>) => any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_stack.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_stack.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -661,10 +571,7 @@
|
|||
"signature": [
|
||||
"Record<string, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_stack.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_stack.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -682,10 +589,7 @@
|
|||
"signature": [
|
||||
"(error: any) => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -698,10 +602,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -719,10 +620,7 @@
|
|||
"signature": [
|
||||
"(navUi: unknown) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -735,10 +633,7 @@
|
|||
"signature": [
|
||||
"unknown"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -756,10 +651,7 @@
|
|||
"signature": [
|
||||
"() => any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/paginate/paginate.d.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/paginate/paginate.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -775,10 +667,7 @@
|
|||
"signature": [
|
||||
"($parse: any, $compile: any) => any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/paginate/paginate.d.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/paginate/paginate.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -791,10 +680,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/paginate/paginate.d.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/paginate/paginate.d.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -808,10 +694,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/paginate/paginate.d.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/paginate/paginate.d.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -829,10 +712,7 @@
|
|||
"signature": [
|
||||
"() => angular.IServiceProvider"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/utils/private.d.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/utils/private.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -848,10 +728,7 @@
|
|||
"signature": [
|
||||
"($rootScope: unknown) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/utils/register_listen_event_listener.d.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/utils/register_listen_event_listener.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -864,10 +741,7 @@
|
|||
"signature": [
|
||||
"unknown"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/utils/register_listen_event_listener.d.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/utils/register_listen_event_listener.d.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -896,10 +770,7 @@
|
|||
"<T> | undefined, fatalError: FatalErrorFn | undefined) => ",
|
||||
"Subscription"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/subscribe_with_scope.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/subscribe_with_scope.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -912,10 +783,7 @@
|
|||
"signature": [
|
||||
"angular.IScope"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/subscribe_with_scope.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/subscribe_with_scope.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -930,10 +798,7 @@
|
|||
"Observable",
|
||||
"<T>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/subscribe_with_scope.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/subscribe_with_scope.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -952,10 +817,7 @@
|
|||
"CompletionObserver",
|
||||
"<T> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/subscribe_with_scope.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/subscribe_with_scope.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
},
|
||||
|
@ -969,10 +831,7 @@
|
|||
"signature": [
|
||||
"FatalErrorFn | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/subscribe_with_scope.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/subscribe_with_scope.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -990,10 +849,7 @@
|
|||
"signature": [
|
||||
"($provide: unknown) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/watch_multi.d.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/watch_multi.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1006,10 +862,7 @@
|
|||
"signature": [
|
||||
"unknown"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/watch_multi.d.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/watch_multi.d.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1026,10 +879,7 @@
|
|||
"tags": [],
|
||||
"label": "RouteConfiguration",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1042,10 +892,7 @@
|
|||
"signature": [
|
||||
"string | ((...args: any[]) => void) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1058,10 +905,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1074,10 +918,7 @@
|
|||
"signature": [
|
||||
"((...args: any[]) => void) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1090,10 +931,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1106,10 +944,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1122,10 +957,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1138,10 +970,7 @@
|
|||
"signature": [
|
||||
"object | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1154,10 +983,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1172,10 +998,7 @@
|
|||
"EuiBreadcrumb",
|
||||
"[]) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1188,10 +1011,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1210,10 +1030,7 @@
|
|||
"signature": [
|
||||
"angular.IHttpResponse<{ message: string; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1227,10 +1044,7 @@
|
|||
"signature": [
|
||||
"angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController> | (string | angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController>)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1244,10 +1058,7 @@
|
|||
"signature": [
|
||||
"<T>(provider: (...injectable: any[]) => T) => T"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/utils/private.d.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/utils/private.d.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1261,10 +1072,7 @@
|
|||
"signature": [
|
||||
"angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController> | (string | angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController>)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/utils/kbn_accessible_click.d.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/utils/kbn_accessible_click.d.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1278,10 +1086,7 @@
|
|||
"signature": [
|
||||
"{}"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1297,10 +1102,7 @@
|
|||
"DashboardConfig",
|
||||
"; loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "src/plugins/kibana_legacy/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
1035
api_docs/lens.json
1035
api_docs/lens.json
File diff suppressed because it is too large
Load diff
|
@ -17,10 +17,7 @@
|
|||
"tags": [],
|
||||
"label": "License",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -33,10 +30,7 @@
|
|||
"signature": [
|
||||
"({ pluginName, logger }: SetupSettings) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -49,10 +43,7 @@
|
|||
"signature": [
|
||||
"SetupSettings"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -69,10 +60,7 @@
|
|||
"signature": [
|
||||
"({ pluginId, minimumLicenseType, licensing }: StartSettings) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -85,10 +73,7 @@
|
|||
"signature": [
|
||||
"StartSettings"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -493,10 +478,7 @@
|
|||
},
|
||||
"<any>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"lineNumber": 92
|
||||
},
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -690,10 +672,7 @@
|
|||
"KibanaResponse",
|
||||
"<undefined>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"lineNumber": 93
|
||||
},
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -707,10 +686,7 @@
|
|||
"tags": [],
|
||||
"label": "isEsSecurityEnabled",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"lineNumber": 116
|
||||
},
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
|
@ -14,10 +14,7 @@
|
|||
"tags": [],
|
||||
"label": "LicenseManagementUIPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_management/public/plugin.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "x-pack/plugins/license_management/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -27,10 +24,7 @@
|
|||
"tags": [],
|
||||
"label": "enabled",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_management/public/plugin.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "x-pack/plugins/license_management/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -47,10 +41,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_management/public/plugin.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/license_management/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -20,10 +20,7 @@
|
|||
" extends ",
|
||||
"ManagementItem"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -48,10 +45,7 @@
|
|||
"Unmount",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -71,10 +65,7 @@
|
|||
"text": "ManagementAppMountParams"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -86,10 +77,7 @@
|
|||
"tags": [],
|
||||
"label": "basePath",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -102,10 +90,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -118,10 +103,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -140,10 +122,7 @@
|
|||
"text": "RegisterManagementAppArgs"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -171,10 +150,7 @@
|
|||
" extends ",
|
||||
"ManagementItem"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -194,10 +170,7 @@
|
|||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -210,10 +183,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -228,10 +198,7 @@
|
|||
"CreateManagementItemArgs",
|
||||
", \"title\" | \"order\" | \"euiIconType\" | \"icon\" | \"tip\"> & Pick<{ id: string; }, \"id\"> & Pick<{ id: string; }, never>, \"title\" | \"id\" | \"order\" | \"euiIconType\" | \"icon\" | \"tip\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -263,10 +230,7 @@
|
|||
"text": "ManagementApp"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -287,10 +251,7 @@
|
|||
},
|
||||
", \"title\" | \"id\" | \"order\" | \"mount\" | \"keywords\" | \"euiIconType\" | \"icon\" | \"tip\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -315,10 +276,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -331,10 +289,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -359,10 +314,7 @@
|
|||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -380,10 +332,7 @@
|
|||
"tags": [],
|
||||
"label": "DefinedSections",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -402,10 +351,7 @@
|
|||
"text": "ManagementSection"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -424,10 +370,7 @@
|
|||
"text": "ManagementSection"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -446,10 +389,7 @@
|
|||
"text": "ManagementSection"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -468,10 +408,7 @@
|
|||
"text": "ManagementSection"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -490,10 +427,7 @@
|
|||
"text": "ManagementSection"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -512,10 +446,7 @@
|
|||
"text": "ManagementSection"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -528,10 +459,7 @@
|
|||
"tags": [],
|
||||
"label": "ManagementAppMountParams",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 61
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -541,10 +469,7 @@
|
|||
"tags": [],
|
||||
"label": "basePath",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -557,10 +482,7 @@
|
|||
"signature": [
|
||||
"HTMLElement"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 63
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -575,10 +497,7 @@
|
|||
"EuiBreadcrumb",
|
||||
"[]) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 64
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -593,10 +512,7 @@
|
|||
"EuiBreadcrumb",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 64
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -618,10 +534,7 @@
|
|||
},
|
||||
"<unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 65
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -645,10 +558,7 @@
|
|||
" extends ",
|
||||
"CreateManagementItemArgs"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -673,10 +583,7 @@
|
|||
"Unmount",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -696,10 +603,7 @@
|
|||
"text": "ManagementAppMountParams"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -711,10 +615,7 @@
|
|||
"tags": [],
|
||||
"label": "basePath",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -727,10 +628,7 @@
|
|||
"signature": [
|
||||
"string[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -749,10 +647,7 @@
|
|||
"signature": [
|
||||
"\"management\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/common/contants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/management/common/contants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -765,10 +660,7 @@
|
|||
"tags": [],
|
||||
"label": "ManagementSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -781,10 +673,7 @@
|
|||
"signature": [
|
||||
"SectionsServiceSetup"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -806,10 +695,7 @@
|
|||
"ManagementAppLocatorParams",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -823,10 +709,7 @@
|
|||
"tags": [],
|
||||
"label": "ManagementStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "start",
|
||||
|
@ -866,10 +749,7 @@
|
|||
"ManagementAppLocatorParams",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/common/locator.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/management/common/locator.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
1020
api_docs/maps.json
1020
api_docs/maps.json
File diff suppressed because it is too large
Load diff
|
@ -11,10 +11,7 @@
|
|||
"tags": [],
|
||||
"label": "FileLayer",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -24,10 +21,7 @@
|
|||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -37,10 +31,7 @@
|
|||
"tags": [],
|
||||
"label": "origin",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -50,10 +41,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -66,10 +54,7 @@
|
|||
"signature": [
|
||||
"string | { type: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -89,10 +74,7 @@
|
|||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -105,10 +87,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -121,10 +100,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -137,10 +113,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -153,10 +126,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -169,10 +139,7 @@
|
|||
"signature": [
|
||||
"{ [key: string]: string; } | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -185,10 +152,7 @@
|
|||
"tags": [],
|
||||
"label": "FileLayerField",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -198,10 +162,7 @@
|
|||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -211,10 +172,7 @@
|
|||
"tags": [],
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -224,10 +182,7 @@
|
|||
"tags": [],
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -240,10 +195,7 @@
|
|||
"tags": [],
|
||||
"label": "IServiceSettings",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -264,10 +216,7 @@
|
|||
},
|
||||
") => Promise<string | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -286,10 +235,7 @@
|
|||
"text": "FileLayer"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -314,10 +260,7 @@
|
|||
},
|
||||
"[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -340,10 +283,7 @@
|
|||
},
|
||||
"[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -366,10 +306,7 @@
|
|||
},
|
||||
") => Promise<string | undefined>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -388,10 +325,7 @@
|
|||
"text": "FileLayer"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -408,10 +342,7 @@
|
|||
"signature": [
|
||||
"(params: { [p: string]: string; }) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -421,10 +352,7 @@
|
|||
"tags": [],
|
||||
"label": "params",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -437,10 +365,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -466,10 +391,7 @@
|
|||
},
|
||||
", isDesaturated: boolean, isDarkMode: boolean) => any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -488,10 +410,7 @@
|
|||
"text": "TmsLayer"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -505,10 +424,7 @@
|
|||
"signature": [
|
||||
"boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -522,10 +438,7 @@
|
|||
"signature": [
|
||||
"boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -542,10 +455,7 @@
|
|||
"tags": [],
|
||||
"label": "TmsLayer",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -555,10 +465,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -568,10 +475,7 @@
|
|||
"tags": [],
|
||||
"label": "origin",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -581,10 +485,7 @@
|
|||
"tags": [],
|
||||
"label": "minZoom",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -594,10 +495,7 @@
|
|||
"tags": [],
|
||||
"label": "maxZoom",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -607,10 +505,7 @@
|
|||
"tags": [],
|
||||
"label": "attribution",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -640,10 +535,7 @@
|
|||
"text": "FileLayer"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -653,10 +545,7 @@
|
|||
"tags": [],
|
||||
"label": "layerId",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -666,10 +555,7 @@
|
|||
"tags": [],
|
||||
"label": "isEMS",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/service_settings/service_settings_types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -688,10 +574,7 @@
|
|||
"signature": [
|
||||
"\"dark_map\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -705,10 +588,7 @@
|
|||
"signature": [
|
||||
"\"https://vector.maps.elastic.co\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -722,10 +602,7 @@
|
|||
"signature": [
|
||||
"\"https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -739,10 +616,7 @@
|
|||
"signature": [
|
||||
"\"https://maps.elastic.co/v7.13\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -756,10 +630,7 @@
|
|||
"signature": [
|
||||
"\"road_map_desaturated\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -773,10 +644,7 @@
|
|||
"signature": [
|
||||
"\"road_map\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -790,10 +658,7 @@
|
|||
"signature": [
|
||||
"\"https://tiles.maps.elastic.co\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -807,10 +672,7 @@
|
|||
"signature": [
|
||||
"{ readonly name: string; readonly fields: Readonly<{} & { description: string; name: string; }>[]; readonly meta: Readonly<{} & { feature_collection_path: string; }>; readonly format: Readonly<{} & { type: string; }>; readonly url: string; readonly attribution: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/config.ts",
|
||||
"lineNumber": 57
|
||||
},
|
||||
"path": "src/plugins/maps_ems/config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -824,10 +686,7 @@
|
|||
"signature": [
|
||||
"{ readonly includeElasticMapsService: boolean; readonly proxyElasticMapsServiceInMaps: boolean; readonly regionmap: Readonly<{} & { layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; includeElasticMapsService: boolean; }>; readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly manifestServiceUrl: string; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/config.ts",
|
||||
"lineNumber": 89
|
||||
},
|
||||
"path": "src/plugins/maps_ems/config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -841,10 +700,7 @@
|
|||
"signature": [
|
||||
"\"TMS in config/kibana.yml\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/index.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -857,10 +713,7 @@
|
|||
"tags": [],
|
||||
"label": "ORIGIN",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -870,10 +723,7 @@
|
|||
"tags": [],
|
||||
"label": "EMS",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -883,10 +733,7 @@
|
|||
"tags": [],
|
||||
"label": "KIBANA_YML",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -900,10 +747,7 @@
|
|||
"tags": [],
|
||||
"label": "MapsEmsPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/index.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -916,10 +760,7 @@
|
|||
"signature": [
|
||||
"{ readonly includeElasticMapsService: boolean; readonly proxyElasticMapsServiceInMaps: boolean; readonly regionmap: Readonly<{} & { layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; includeElasticMapsService: boolean; }>; readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly manifestServiceUrl: string; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/index.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/index.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -940,10 +781,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/index.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/index.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -962,10 +800,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/index.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/maps_ems/public/index.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -1006,10 +841,7 @@
|
|||
},
|
||||
", void, object, object>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1029,10 +861,7 @@
|
|||
},
|
||||
"<Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; includeElasticMapsService: boolean; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1045,10 +874,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1068,10 +894,7 @@
|
|||
},
|
||||
"<Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; includeElasticMapsService: boolean; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1096,10 +919,7 @@
|
|||
},
|
||||
"<object, unknown>) => { config: Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; includeElasticMapsService: boolean; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1119,10 +939,7 @@
|
|||
},
|
||||
"<object, unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1139,10 +956,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -1160,10 +974,7 @@
|
|||
"tags": [],
|
||||
"label": "MapsEmsPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1176,10 +987,7 @@
|
|||
"signature": [
|
||||
"{ readonly includeElasticMapsService: boolean; readonly proxyElasticMapsServiceInMaps: boolean; readonly regionmap: Readonly<{} & { layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; includeElasticMapsService: boolean; }>; readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly manifestServiceUrl: string; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1206,10 +1014,7 @@
|
|||
"signature": [
|
||||
"\"dark_map\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1223,10 +1028,7 @@
|
|||
"signature": [
|
||||
"\"https://vector.maps.elastic.co\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1240,10 +1042,7 @@
|
|||
"signature": [
|
||||
"\"https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1257,10 +1056,7 @@
|
|||
"signature": [
|
||||
"\"https://maps.elastic.co/v7.13\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1274,10 +1070,7 @@
|
|||
"signature": [
|
||||
"\"road_map_desaturated\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1291,10 +1084,7 @@
|
|||
"signature": [
|
||||
"\"road_map\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1308,10 +1098,7 @@
|
|||
"signature": [
|
||||
"\"https://tiles.maps.elastic.co\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/ems_defaults.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1325,10 +1112,7 @@
|
|||
"signature": [
|
||||
"\"TMS in config/kibana.yml\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/index.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -1341,10 +1125,7 @@
|
|||
"tags": [],
|
||||
"label": "ORIGIN",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1354,10 +1135,7 @@
|
|||
"tags": [],
|
||||
"label": "EMS",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1367,10 +1145,7 @@
|
|||
"tags": [],
|
||||
"label": "KIBANA_YML",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/maps_ems/common/origin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
|
@ -22,10 +22,7 @@
|
|||
"tags": [],
|
||||
"label": "MetricsEntitiesPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/metrics_entities/server/types.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "x-pack/plugins/metrics_entities/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -47,10 +44,7 @@
|
|||
") => ",
|
||||
"MetricsEntitiesClient"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/metrics_entities/server/types.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/metrics_entities/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -74,10 +68,7 @@
|
|||
"ApiResponse",
|
||||
"<Record<string, any>, unknown>>; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/metrics_entities/server/types.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "x-pack/plugins/metrics_entities/server/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -96,10 +87,7 @@
|
|||
"signature": [
|
||||
"void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/metrics_entities/server/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/metrics_entities/server/types.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -123,10 +111,7 @@
|
|||
"signature": [
|
||||
"\"estc\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/metrics_entities/common/constants.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/metrics_entities/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -139,10 +124,7 @@
|
|||
"description": [
|
||||
"\nTransforms route"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/metrics_entities/common/constants.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/metrics_entities/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -158,10 +140,7 @@
|
|||
"signature": [
|
||||
"\"/api/metrics_entities\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/metrics_entities/common/constants.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "x-pack/plugins/metrics_entities/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -175,10 +154,7 @@
|
|||
"signature": [
|
||||
"\"metricsEntities\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/metrics_entities/common/index.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/metrics_entities/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -192,10 +168,7 @@
|
|||
"signature": [
|
||||
"\"metrics_entities\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/metrics_entities/common/index.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "x-pack/plugins/metrics_entities/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
1385
api_docs/ml.json
1385
api_docs/ml.json
File diff suppressed because it is too large
Load diff
|
@ -19,10 +19,7 @@
|
|||
"tags": [],
|
||||
"label": "IBulkUploader",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 95
|
||||
},
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -35,10 +32,7 @@
|
|||
"signature": [
|
||||
"() => any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 96
|
||||
},
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -53,10 +47,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 97
|
||||
},
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -79,10 +70,7 @@
|
|||
},
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 98
|
||||
},
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -106,10 +94,7 @@
|
|||
"ApiResponse",
|
||||
"<Record<string, any>, unknown>>; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 98
|
||||
},
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -124,10 +109,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 99
|
||||
},
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -156,10 +138,7 @@
|
|||
"<EmailSettingData | undefined, {}> & ",
|
||||
"KibanaSettingsCollectorExtraOptions"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_settings_collector.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_settings_collector.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -175,10 +154,7 @@
|
|||
"MonitoringElasticsearchConfig",
|
||||
"; enabled: boolean; container: Readonly<{} & { logstash: Readonly<{} & { enabled: boolean; }>; elasticsearch: Readonly<{} & { enabled: boolean; }>; apm: Readonly<{} & { enabled: boolean; }>; }>; logs: Readonly<{} & { index: string; }>; metricbeat: Readonly<{} & { index: string; }>; ccs: Readonly<{} & { enabled: boolean; }>; max_bucket_size: number; min_interval_seconds: number; show_license_expiration: boolean; }; enabled: boolean; kibana: Readonly<{} & { collection: Readonly<{} & { enabled: boolean; interval: number; }>; }>; licensing: Readonly<{} & { api_polling_frequency: moment.Duration; }>; agent: Readonly<{} & { interval: string; }>; cluster_alerts: Readonly<{} & { enabled: boolean; allowedSpaces: string[]; email_notifications: Readonly<{} & { enabled: boolean; email_address: string; }>; }>; tests: Readonly<{} & { cloud_detector: Readonly<{} & { enabled: boolean; }>; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/config.ts",
|
||||
"lineNumber": 93
|
||||
},
|
||||
"path": "x-pack/plugins/monitoring/server/config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -191,10 +167,7 @@
|
|||
"tags": [],
|
||||
"label": "MonitoringPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 102
|
||||
},
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -207,10 +180,7 @@
|
|||
"signature": [
|
||||
"() => any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 103
|
||||
},
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
|
|
@ -43,10 +43,7 @@
|
|||
},
|
||||
", object, object>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -59,10 +56,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -82,10 +76,7 @@
|
|||
},
|
||||
"<object>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -117,10 +108,7 @@
|
|||
"text": "NavigationPublicPluginSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -140,10 +128,7 @@
|
|||
},
|
||||
"<object, unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -177,10 +162,7 @@
|
|||
"text": "NavigationPublicPluginStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -199,10 +181,7 @@
|
|||
"text": "CoreStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -216,10 +195,7 @@
|
|||
"signature": [
|
||||
"NavigationPluginStartDependencies"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -236,10 +212,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -267,10 +240,7 @@
|
|||
},
|
||||
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
||||
"lineNumber": 64
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -289,10 +259,7 @@
|
|||
"text": "TopNavMenuProps"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
||||
"lineNumber": 64
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -309,10 +276,7 @@
|
|||
"tags": [],
|
||||
"label": "TopNavMenuData",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -325,10 +289,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -338,10 +299,7 @@
|
|||
"tags": [],
|
||||
"label": "label",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -354,10 +312,7 @@
|
|||
"signature": [
|
||||
"(anchorElement: HTMLElement) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -371,10 +326,7 @@
|
|||
"signature": [
|
||||
"HTMLElement"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -389,10 +341,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -405,10 +354,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -421,10 +367,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -437,10 +380,7 @@
|
|||
"signature": [
|
||||
"boolean | (() => boolean) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -453,10 +393,7 @@
|
|||
"signature": [
|
||||
"string | (() => string | undefined) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -469,10 +406,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -485,10 +419,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -501,10 +432,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -517,10 +445,7 @@
|
|||
"signature": [
|
||||
"\"left\" | \"right\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -652,10 +577,7 @@
|
|||
},
|
||||
"<HTMLElement> | undefined) => void) | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -668,10 +590,7 @@
|
|||
"tags": [],
|
||||
"label": "NavigationPublicPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -686,10 +605,7 @@
|
|||
"RegisteredTopNavMenuData",
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -703,10 +619,7 @@
|
|||
"signature": [
|
||||
"RegisteredTopNavMenuData"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_extensions_registry.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_extensions_registry.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -722,10 +635,7 @@
|
|||
"tags": [],
|
||||
"label": "NavigationPublicPluginStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -746,10 +656,7 @@
|
|||
},
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
|
@ -11,10 +11,7 @@
|
|||
"tags": [],
|
||||
"label": "FetchResult",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -24,10 +21,7 @@
|
|||
"tags": [],
|
||||
"label": "kibanaVersion",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -37,10 +31,7 @@
|
|||
"tags": [],
|
||||
"label": "hasNew",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -60,10 +51,7 @@
|
|||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -76,10 +64,7 @@
|
|||
"signature": [
|
||||
"Error | null"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -92,10 +77,7 @@
|
|||
"tags": [],
|
||||
"label": "NewsfeedItem",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -105,10 +87,7 @@
|
|||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -118,10 +97,7 @@
|
|||
"tags": [],
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -134,10 +110,7 @@
|
|||
"signature": [
|
||||
"string | null"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -147,10 +120,7 @@
|
|||
"tags": [],
|
||||
"label": "linkUrl",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -163,10 +133,7 @@
|
|||
"signature": [
|
||||
"string | null"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -179,10 +146,7 @@
|
|||
"signature": [
|
||||
"moment.Moment"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -195,10 +159,7 @@
|
|||
"signature": [
|
||||
"moment.Moment"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -208,10 +169,7 @@
|
|||
"tags": [],
|
||||
"label": "hash",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -226,10 +184,7 @@
|
|||
"tags": [],
|
||||
"label": "NewsfeedApiEndpoint",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/lib/api.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/lib/api.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -246,10 +201,7 @@
|
|||
"signature": [
|
||||
"{}"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/plugin.tsx",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/plugin.tsx",
|
||||
"deprecated": false,
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -282,10 +234,7 @@
|
|||
},
|
||||
" | null>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/plugin.tsx",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/newsfeed/public/plugin.tsx",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -14,10 +14,7 @@
|
|||
"tags": [],
|
||||
"label": "OsqueryPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/public/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "setup",
|
||||
|
@ -30,10 +27,7 @@
|
|||
"tags": [],
|
||||
"label": "OsqueryPluginStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/public/types.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -46,10 +40,7 @@
|
|||
"signature": [
|
||||
"((props: any) => JSX.Element) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/public/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -71,10 +62,7 @@
|
|||
"tags": [],
|
||||
"label": "OsqueryPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/server/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "setup",
|
||||
|
@ -87,10 +75,7 @@
|
|||
"tags": [],
|
||||
"label": "OsqueryPluginStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/server/types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"lifecycle": "start",
|
||||
|
@ -113,10 +98,7 @@
|
|||
"signature": [
|
||||
"\"/app/osquery\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -130,10 +112,7 @@
|
|||
"signature": [
|
||||
"\"theme:darkMode\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -147,10 +126,7 @@
|
|||
"signature": [
|
||||
"10000"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -164,10 +140,7 @@
|
|||
"signature": [
|
||||
"\"osquery_manager\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -181,10 +154,7 @@
|
|||
"signature": [
|
||||
"\"osquery\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/index.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -198,10 +168,7 @@
|
|||
"signature": [
|
||||
"\"Osquery\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/index.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "x-pack/plugins/osquery/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -14,10 +14,7 @@
|
|||
"tags": [],
|
||||
"label": "RemoteClustersPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/remote_clusters/public/plugin.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/remote_clusters/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -27,10 +24,7 @@
|
|||
"tags": [],
|
||||
"label": "isUiEnabled",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/remote_clusters/public/plugin.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/remote_clusters/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -52,10 +46,7 @@
|
|||
"tags": [],
|
||||
"label": "RemoteClustersPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/remote_clusters/server/plugin.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "x-pack/plugins/remote_clusters/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -65,10 +56,7 @@
|
|||
"tags": [],
|
||||
"label": "isUiEnabled",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/remote_clusters/server/plugin.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "x-pack/plugins/remote_clusters/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -32,10 +32,7 @@
|
|||
"signature": [
|
||||
"\"/api/rollup\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -49,10 +46,7 @@
|
|||
"signature": [
|
||||
"\"rollups:enableIndexPatterns\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -66,10 +60,7 @@
|
|||
"signature": [
|
||||
"\"app_load\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -83,10 +74,7 @@
|
|||
"signature": [
|
||||
"\"rollup_jobs\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -100,10 +88,7 @@
|
|||
"signature": [
|
||||
"\"detail_panel_histogram_tab_click\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -117,10 +102,7 @@
|
|||
"signature": [
|
||||
"\"detail_panel_json_tab_click\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -134,10 +116,7 @@
|
|||
"signature": [
|
||||
"\"detail_panel_metrics_tab_click\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -151,10 +130,7 @@
|
|||
"signature": [
|
||||
"\"detail_panel_summary_tab_click\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -168,10 +144,7 @@
|
|||
"signature": [
|
||||
"\"detail_panel_terms_tab_click\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -185,10 +158,7 @@
|
|||
"signature": [
|
||||
"\"job_create\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -202,10 +172,7 @@
|
|||
"signature": [
|
||||
"\"job_delete\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -219,10 +186,7 @@
|
|||
"signature": [
|
||||
"\"job_delete_many\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -236,10 +200,7 @@
|
|||
"signature": [
|
||||
"\"job_start\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -253,10 +214,7 @@
|
|||
"signature": [
|
||||
"\"job_start_many\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -270,10 +228,7 @@
|
|||
"signature": [
|
||||
"\"job_stop\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -287,10 +242,7 @@
|
|||
"signature": [
|
||||
"\"job_stop_many\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -304,10 +256,7 @@
|
|||
"signature": [
|
||||
"\"show_details_click\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -320,10 +269,7 @@
|
|||
"tags": [],
|
||||
"label": "PLUGIN",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -333,10 +279,7 @@
|
|||
"tags": [],
|
||||
"label": "ID",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -349,10 +292,7 @@
|
|||
"signature": [
|
||||
"\"basic\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
|
@ -34,10 +34,7 @@
|
|||
"text": "IRuleDataClient"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -50,10 +47,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -66,10 +60,7 @@
|
|||
"signature": [
|
||||
"RuleDataClientConstructorOptions"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -86,10 +77,7 @@
|
|||
"signature": [
|
||||
"() => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -105,10 +93,7 @@
|
|||
"(options?: { namespace?: string | undefined; }) => ",
|
||||
"RuleDataReader"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -118,10 +103,7 @@
|
|||
"tags": [],
|
||||
"label": "options",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -134,10 +116,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -156,10 +135,7 @@
|
|||
"(options?: { namespace?: string | undefined; }) => ",
|
||||
"RuleDataWriter"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -169,10 +145,7 @@
|
|||
"tags": [],
|
||||
"label": "options",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -185,10 +158,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -206,10 +176,7 @@
|
|||
"signature": [
|
||||
"({ namespace }: { namespace?: string | undefined; }) => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 114
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -219,10 +186,7 @@
|
|||
"tags": [],
|
||||
"label": "{ namespace }",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 114
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -235,10 +199,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"lineNumber": 114
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -291,10 +252,7 @@
|
|||
"WrappedLifecycleRuleState",
|
||||
"<State>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"lineNumber": 102
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -307,10 +265,7 @@
|
|||
"signature": [
|
||||
"Logger"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"lineNumber": 103
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -332,10 +287,7 @@
|
|||
},
|
||||
", \"isWriteEnabled\" | \"getReader\" | \"getWriter\" | \"createWriteTargetIfNeeded\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"lineNumber": 104
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -387,10 +339,7 @@
|
|||
},
|
||||
"<TParams, TAlertInstanceContext, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -400,10 +349,7 @@
|
|||
"tags": [],
|
||||
"label": "{\n logger,\n ruleDataClient,\n}",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -422,10 +368,7 @@
|
|||
"text": "RuleDataClient"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -438,10 +381,7 @@
|
|||
"signature": [
|
||||
"Logger"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -538,10 +478,7 @@
|
|||
"SavedObjectReference",
|
||||
"[]) => TParams; } | undefined; isExportable: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_factory.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_factory.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -564,10 +501,7 @@
|
|||
"Logger",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_factory.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_factory.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -593,10 +527,7 @@
|
|||
},
|
||||
"<any, any, any, any, any>) => { \"rule.id\": string; \"rule.uuid\": string; \"rule.category\": string; \"rule.name\": string; tags: string[]; \"kibana.rac.alert.producer\": string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -616,10 +547,7 @@
|
|||
},
|
||||
"<any, any, any, any, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -636,10 +564,7 @@
|
|||
"tags": [],
|
||||
"label": "IRuleDataClient",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -653,10 +578,7 @@
|
|||
"(options?: { namespace?: string | undefined; } | undefined) => ",
|
||||
"RuleDataReader"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -666,10 +588,7 @@
|
|||
"tags": [],
|
||||
"label": "options",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -682,10 +601,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -704,10 +620,7 @@
|
|||
"(options?: { namespace?: string | undefined; } | undefined) => ",
|
||||
"RuleDataWriter"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -717,10 +630,7 @@
|
|||
"tags": [],
|
||||
"label": "options",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -733,10 +643,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -754,10 +661,7 @@
|
|||
"signature": [
|
||||
"() => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -772,10 +676,7 @@
|
|||
"signature": [
|
||||
"(options: { namespace?: string | undefined; }) => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -785,10 +686,7 @@
|
|||
"tags": [],
|
||||
"label": "options",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -801,10 +699,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -832,10 +727,7 @@
|
|||
},
|
||||
"<InstanceState, InstanceContext, ActionGroupIds>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -852,10 +744,7 @@
|
|||
"AlertInstance",
|
||||
"<InstanceState, InstanceContext, ActionGroupIds>, \"getState\" | \"replaceState\" | \"scheduleActions\" | \"scheduleActionsWithSubGroup\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -871,10 +760,7 @@
|
|||
"Optional",
|
||||
"<{ readonly \"kibana.rac.alert.owner\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.producer\": { readonly type: \"keyword\"; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; }; readonly \"kibana.rac.alert.uuid\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.id\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.start\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.end\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.duration.us\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.severity.level\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.severity.value\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.status\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.reason\": { readonly type: \"keyword\"; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly '@timestamp': { readonly type: \"date\"; readonly array: false; readonly required: true; }; readonly 'event.kind': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'event.action': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.uuid': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.id': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.name': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.category': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }, \"tags\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.owner\" | \"kibana.rac.alert.id\" | \"kibana.rac.alert.uuid\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\" | \"kibana.rac.alert.reason\" | \"kibana.space_ids\">>, \"tags\" | \"@timestamp\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.owner\" | \"kibana.rac.alert.uuid\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\" | \"kibana.rac.alert.reason\" | \"kibana.space_ids\">>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -889,10 +775,7 @@
|
|||
"tags": [],
|
||||
"label": "RacApiRequestHandlerContext",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/types.ts",
|
||||
"lineNumber": 77
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -907,10 +790,7 @@
|
|||
"AlertsClient",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/types.ts",
|
||||
"lineNumber": 78
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -925,10 +805,7 @@
|
|||
"tags": [],
|
||||
"label": "RuleExecutorData",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -938,10 +815,7 @@
|
|||
"tags": [],
|
||||
"label": "[RULE_CATEGORY]",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -951,10 +825,7 @@
|
|||
"tags": [],
|
||||
"label": "[RULE_ID]",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -964,10 +835,7 @@
|
|||
"tags": [],
|
||||
"label": "[RULE_UUID]",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -977,10 +845,7 @@
|
|||
"tags": [],
|
||||
"label": "[RULE_NAME]",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -990,10 +855,7 @@
|
|||
"tags": [],
|
||||
"label": "[PRODUCER]",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1006,10 +868,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1038,10 +897,7 @@
|
|||
"AlertTypeExecutor",
|
||||
"<TParams, TAlertInstanceContext, TServices>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/types.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1057,10 +913,7 @@
|
|||
"AlertInstance",
|
||||
"<{ [x: string]: unknown; }, TAlertInstanceContext, TActionGroupIds>, \"getState\" | \"replaceState\" | \"scheduleActions\" | \"scheduleActionsWithSubGroup\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1084,10 +937,7 @@
|
|||
},
|
||||
"<InstanceState, InstanceContext, ActionGroupIds>>) => Promise<void | State>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"lineNumber": 58
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1101,10 +951,7 @@
|
|||
"signature": [
|
||||
"{ readonly enabled: boolean; readonly index: string; readonly write: Readonly<{} & { enabled: boolean; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/config.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -1117,10 +964,7 @@
|
|||
"tags": [],
|
||||
"label": "RuleRegistryPluginSetupContract",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1133,10 +977,7 @@
|
|||
"signature": [
|
||||
"RuleDataPluginService"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1149,10 +990,7 @@
|
|||
"signature": [
|
||||
"IEventLogService"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1166,10 +1004,7 @@
|
|||
"tags": [],
|
||||
"label": "RuleRegistryPluginStartContract",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1192,10 +1027,7 @@
|
|||
"AlertsClient",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -1216,10 +1048,7 @@
|
|||
},
|
||||
"<unknown, unknown, unknown, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1240,10 +1069,7 @@
|
|||
"text": "PluginStartContract"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1266,10 +1092,7 @@
|
|||
"Optional",
|
||||
"<{ readonly \"kibana.rac.alert.owner\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.producer\": { readonly type: \"keyword\"; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; }; readonly \"kibana.rac.alert.uuid\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.id\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.start\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.end\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.duration.us\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.severity.level\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.severity.value\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.status\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.reason\": { readonly type: \"keyword\"; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly '@timestamp': { readonly type: \"date\"; readonly array: false; readonly required: true; }; readonly 'event.kind': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'event.action': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.uuid': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.id': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.name': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.category': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }, \"tags\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.owner\" | \"kibana.rac.alert.id\" | \"kibana.rac.alert.uuid\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\" | \"kibana.rac.alert.reason\" | \"kibana.space_ids\">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/common/parse_technical_fields.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/common/parse_technical_fields.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1282,10 +1105,7 @@
|
|||
"signature": [
|
||||
"unknown"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/common/parse_technical_fields.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/rule_registry/common/parse_technical_fields.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
|
|
@ -21,10 +21,7 @@
|
|||
},
|
||||
") => JSX.Element"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor/runtime_field_editor.tsx",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor/runtime_field_editor.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -43,10 +40,7 @@
|
|||
"text": "Props"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor/runtime_field_editor.tsx",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor/runtime_field_editor.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -72,10 +66,7 @@
|
|||
},
|
||||
") => JSX.Element"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 78
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -94,10 +85,7 @@
|
|||
"text": "Props"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 78
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -114,10 +102,7 @@
|
|||
"tags": [],
|
||||
"label": "FormState",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -130,10 +115,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -143,10 +125,7 @@
|
|||
"tags": [],
|
||||
"label": "isSubmitted",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -167,10 +146,7 @@
|
|||
},
|
||||
"; isValid: boolean; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -184,10 +160,7 @@
|
|||
"signature": [
|
||||
"React.FormEvent<HTMLFormElement> | React.MouseEvent<Element, MouseEvent> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/es_ui_shared/static/forms/hook_form_lib/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/es_ui_shared/static/forms/hook_form_lib/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -202,10 +175,7 @@
|
|||
"tags": [],
|
||||
"label": "Props",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -228,10 +198,7 @@
|
|||
},
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -251,10 +218,7 @@
|
|||
"text": "RuntimeField"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -271,10 +235,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 63
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -297,10 +258,7 @@
|
|||
"text": "DocLinksStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 67
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -322,10 +280,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 71
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -340,10 +295,7 @@
|
|||
"signature": [
|
||||
"{ namesNotAllowed?: string[] | undefined; existingConcreteFields?: Field[] | undefined; } | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 75
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -356,10 +308,7 @@
|
|||
"tags": [],
|
||||
"label": "RuntimeField",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -369,10 +318,7 @@
|
|||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -385,10 +331,7 @@
|
|||
"signature": [
|
||||
"\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"double\" | \"ip\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -401,10 +344,7 @@
|
|||
"signature": [
|
||||
"{ source: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -424,10 +364,7 @@
|
|||
"ComboBoxOption",
|
||||
"<\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"double\" | \"ip\">[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/constants.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -441,10 +378,7 @@
|
|||
"signature": [
|
||||
"\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"double\" | \"ip\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -457,10 +391,7 @@
|
|||
"tags": [],
|
||||
"label": "PluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -475,10 +406,7 @@
|
|||
"LoadEditorResponse",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -11,10 +11,7 @@
|
|||
"tags": [],
|
||||
"label": "Tag",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -24,10 +21,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -37,10 +31,7 @@
|
|||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -50,10 +41,7 @@
|
|||
"tags": [],
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -63,10 +51,7 @@
|
|||
"tags": [],
|
||||
"label": "color",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -92,10 +77,7 @@
|
|||
"text": "SavedObjectsTaggingApi"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/public/types.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/public/types.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -131,10 +113,7 @@
|
|||
"text": "TagsCapabilities"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -147,10 +126,7 @@
|
|||
"signature": [
|
||||
"Capabilities"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -168,10 +144,7 @@
|
|||
"signature": [
|
||||
"(color: string) => string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -184,10 +157,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -205,10 +175,7 @@
|
|||
"signature": [
|
||||
"(description: string) => string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -221,10 +188,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -242,10 +206,7 @@
|
|||
"signature": [
|
||||
"(name: string) => string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -258,10 +219,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -278,10 +236,7 @@
|
|||
"tags": [],
|
||||
"label": "ITagsClient",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -310,10 +265,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -332,10 +284,7 @@
|
|||
"text": "TagAttributes"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -360,10 +309,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -376,10 +322,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -412,10 +355,7 @@
|
|||
},
|
||||
"[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -435,10 +375,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -455,10 +392,7 @@
|
|||
"signature": [
|
||||
"(id: string) => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -471,10 +405,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -507,10 +438,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -523,10 +451,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -546,10 +471,7 @@
|
|||
"text": "TagAttributes"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -566,10 +488,7 @@
|
|||
"tags": [],
|
||||
"label": "Tag",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -579,10 +498,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -592,10 +508,7 @@
|
|||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -605,10 +518,7 @@
|
|||
"tags": [],
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -618,10 +528,7 @@
|
|||
"tags": [],
|
||||
"label": "color",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -634,10 +541,7 @@
|
|||
"tags": [],
|
||||
"label": "TagAttributes",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -647,10 +551,7 @@
|
|||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -660,10 +561,7 @@
|
|||
"tags": [],
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -673,10 +571,7 @@
|
|||
"tags": [],
|
||||
"label": "color",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -691,10 +586,7 @@
|
|||
"description": [
|
||||
"\nRepresent the UI capabilities for the `savedObjectsTagging` section of `Capabilities`"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -704,10 +596,7 @@
|
|||
"tags": [],
|
||||
"label": "view",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -717,10 +606,7 @@
|
|||
"tags": [],
|
||||
"label": "create",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -730,10 +616,7 @@
|
|||
"tags": [],
|
||||
"label": "edit",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -743,10 +626,7 @@
|
|||
"tags": [],
|
||||
"label": "delete",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -756,10 +636,7 @@
|
|||
"tags": [],
|
||||
"label": "assign",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -769,10 +646,7 @@
|
|||
"tags": [],
|
||||
"label": "viewConnections",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -785,10 +659,7 @@
|
|||
"tags": [],
|
||||
"label": "TagValidation",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -798,10 +669,7 @@
|
|||
"tags": [],
|
||||
"label": "valid",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -814,10 +682,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -830,10 +695,7 @@
|
|||
"signature": [
|
||||
"{ color?: string | undefined; description?: string | undefined; id?: string | undefined; name?: string | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -852,10 +714,7 @@
|
|||
"signature": [
|
||||
"100"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -871,10 +730,7 @@
|
|||
"signature": [
|
||||
"\"savedObjectsTagging\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/constants.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -890,10 +746,7 @@
|
|||
"signature": [
|
||||
"\"tags\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/constants.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -907,10 +760,7 @@
|
|||
"signature": [
|
||||
"50"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -924,10 +774,7 @@
|
|||
"signature": [
|
||||
"2"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -950,10 +797,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -969,10 +813,7 @@
|
|||
"signature": [
|
||||
"\"tag\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/constants.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -993,10 +834,7 @@
|
|||
},
|
||||
" & { relationCount: number; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -13,10 +13,7 @@
|
|||
"description": [
|
||||
"\nOptions for the {@link SavedObjectsTaggingApiUi.getSearchBarFilter | getSearchBarFilter api}\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 259
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -31,10 +28,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 276
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -49,10 +43,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 282
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -65,10 +56,7 @@
|
|||
"tags": [],
|
||||
"label": "ITagsCache",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -91,10 +79,7 @@
|
|||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -121,10 +106,7 @@
|
|||
},
|
||||
"[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -139,10 +121,7 @@
|
|||
"tags": [],
|
||||
"label": "ParsedSearchQuery",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 288
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -152,10 +131,7 @@
|
|||
"tags": [],
|
||||
"label": "searchTerm",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 289
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -175,10 +151,7 @@
|
|||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 290
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -188,10 +161,7 @@
|
|||
"tags": [],
|
||||
"label": "valid",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 291
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -206,10 +176,7 @@
|
|||
"description": [
|
||||
"\nOptions for the {@link SavedObjectsTaggingApiUi.parseSearchQuery | parseSearchQuery api}\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 299
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -224,10 +191,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 309
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -242,10 +206,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 315
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -260,10 +221,7 @@
|
|||
"description": [
|
||||
"\nProps type for the {@link SavedObjectsTaggingApiUiComponent.SavedObjectSaveModalTagSelector | SavedObjectSaveModalTagSelector component}\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 242
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -278,10 +236,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 247
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -296,10 +251,7 @@
|
|||
"signature": [
|
||||
"(ids: string[]) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 251
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -313,10 +265,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 251
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -331,10 +280,7 @@
|
|||
"tags": [],
|
||||
"label": "SavedObjectsTaggingApi",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -355,10 +301,7 @@
|
|||
"text": "ITagsClient"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -379,10 +322,7 @@
|
|||
"text": "ITagsCache"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -403,10 +343,7 @@
|
|||
"text": "SavedObjectsTaggingApiUi"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -421,10 +358,7 @@
|
|||
"description": [
|
||||
"\nReact components and utility methods to use the SO tagging feature\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -447,10 +381,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -463,10 +394,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -500,10 +428,7 @@
|
|||
"text": "TagDecoratedSavedObject"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 75
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -522,10 +447,7 @@
|
|||
"text": "SavedObject"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 75
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -553,10 +475,7 @@
|
|||
" | undefined) => ",
|
||||
"SearchFilterConfig"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 89
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -576,10 +495,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 89
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -602,10 +518,7 @@
|
|||
"SavedObject",
|
||||
"<unknown>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 105
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -630,10 +543,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 112
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -646,10 +556,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 112
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -683,10 +590,7 @@
|
|||
"text": "ParsedSearchQuery"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 157
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -701,10 +605,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 157
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -727,10 +628,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 157
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -759,10 +657,7 @@
|
|||
},
|
||||
")[]) => string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 162
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -785,10 +680,7 @@
|
|||
},
|
||||
")[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 163
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -807,10 +699,7 @@
|
|||
"signature": [
|
||||
"(tagName: string) => string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 170
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -823,10 +712,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 170
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -849,10 +735,7 @@
|
|||
"SavedObjectReference",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 176
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -866,10 +749,7 @@
|
|||
"SavedObjectReference",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 177
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -883,10 +763,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 178
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -911,10 +788,7 @@
|
|||
"text": "SavedObjectsTaggingApiUiComponent"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 184
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -929,10 +803,7 @@
|
|||
"description": [
|
||||
"\nReact UI components to be used to display the tagging feature in any application.\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 192
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -955,10 +826,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 196
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -972,10 +840,7 @@
|
|||
"signature": [
|
||||
"P & { children?: React.ReactNode; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 554
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -988,10 +853,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 554
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1016,10 +878,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 200
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -1033,10 +892,7 @@
|
|||
"signature": [
|
||||
"P & { children?: React.ReactNode; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 554
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1049,10 +905,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 554
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1077,10 +930,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 206
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -1094,10 +944,7 @@
|
|||
"signature": [
|
||||
"P & { children?: React.ReactNode; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 554
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1110,10 +957,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"lineNumber": 554
|
||||
},
|
||||
"path": "node_modules/@types/react/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1130,10 +974,7 @@
|
|||
"description": [
|
||||
"\nProps type for the {@link SavedObjectsTaggingApiUiComponent.TagList | TagList component}\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 214
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1149,10 +990,7 @@
|
|||
"SavedObject",
|
||||
"<unknown>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 218
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1167,10 +1005,7 @@
|
|||
"description": [
|
||||
"\nProps type for the {@link SavedObjectsTaggingApiUiComponent.TagSelector | TagSelector component}\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 226
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1185,10 +1020,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 230
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1203,10 +1035,7 @@
|
|||
"signature": [
|
||||
"(ids: string[]) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 234
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -1220,10 +1049,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 234
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1259,10 +1085,7 @@
|
|||
"text": "TagDecoratedSavedObject"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -1283,10 +1106,7 @@
|
|||
},
|
||||
" & { getTags(): string[]; setTags(tags: string[]): void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/decorator/types.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/decorator/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -1299,10 +1119,7 @@
|
|||
"tags": [],
|
||||
"label": "SavedObjectTaggingOssPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1325,10 +1142,7 @@
|
|||
},
|
||||
">) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1349,10 +1163,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1370,10 +1181,7 @@
|
|||
"tags": [],
|
||||
"label": "SavedObjectTaggingOssPluginStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1388,10 +1196,7 @@
|
|||
"signature": [
|
||||
"() => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -1416,10 +1221,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -1448,10 +1250,7 @@
|
|||
"tags": [],
|
||||
"label": "GetAllTagsOptions",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1464,10 +1263,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1480,10 +1276,7 @@
|
|||
"tags": [],
|
||||
"label": "ITagsClient",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1512,10 +1305,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1534,10 +1324,7 @@
|
|||
"text": "TagAttributes"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1562,10 +1349,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1578,10 +1362,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1614,10 +1395,7 @@
|
|||
},
|
||||
"[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1637,10 +1415,7 @@
|
|||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -1657,10 +1432,7 @@
|
|||
"signature": [
|
||||
"(id: string) => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1673,10 +1445,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1709,10 +1478,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1725,10 +1491,7 @@
|
|||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -1748,10 +1511,7 @@
|
|||
"text": "TagAttributes"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1768,10 +1528,7 @@
|
|||
"tags": [],
|
||||
"label": "Tag",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1781,10 +1538,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1794,10 +1548,7 @@
|
|||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1807,10 +1558,7 @@
|
|||
"tags": [],
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1820,10 +1568,7 @@
|
|||
"tags": [],
|
||||
"label": "color",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1836,10 +1581,7 @@
|
|||
"tags": [],
|
||||
"label": "TagAttributes",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1849,10 +1591,7 @@
|
|||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1862,10 +1601,7 @@
|
|||
"tags": [],
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1875,10 +1611,7 @@
|
|||
"tags": [],
|
||||
"label": "color",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
|
@ -15,10 +15,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -38,10 +35,7 @@
|
|||
"signature": [
|
||||
"\"__KBN_SCREENSHOT_MODE_ENABLED_KEY__\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -52,10 +46,7 @@
|
|||
"tags": [],
|
||||
"label": "KBN_SCREENSHOT_MODE_HEADER",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -71,10 +62,7 @@
|
|||
"signature": [
|
||||
"IScreenshotModeService"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/public/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/public/types.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -95,10 +83,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -130,10 +115,7 @@
|
|||
"text": "RequestHandlerContext"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -146,10 +128,7 @@
|
|||
"signature": [
|
||||
"{ isScreenshot: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -168,10 +147,7 @@
|
|||
"signature": [
|
||||
"\"__KBN_SCREENSHOT_MODE_ENABLED_KEY__\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -182,10 +158,7 @@
|
|||
"tags": [],
|
||||
"label": "KBN_SCREENSHOT_MODE_HEADER",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -198,10 +171,7 @@
|
|||
"tags": [],
|
||||
"label": "ScreenshotModePluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -222,10 +192,7 @@
|
|||
},
|
||||
"<unknown, unknown, unknown, any>) => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -246,10 +213,7 @@
|
|||
},
|
||||
"<unknown, unknown, unknown, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -266,10 +230,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
|
@ -285,10 +246,7 @@
|
|||
"tags": [],
|
||||
"label": "ScreenshotModePluginStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -309,10 +267,7 @@
|
|||
},
|
||||
"<unknown, unknown, unknown, any>) => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -333,10 +288,7 @@
|
|||
},
|
||||
"<unknown, unknown, unknown, any>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -361,10 +313,7 @@
|
|||
"signature": [
|
||||
"() => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -380,10 +329,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -401,10 +347,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
|
@ -424,10 +367,7 @@
|
|||
"signature": [
|
||||
"\"__KBN_SCREENSHOT_MODE_ENABLED_KEY__\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -438,10 +378,7 @@
|
|||
"tags": [],
|
||||
"label": "KBN_SCREENSHOT_MODE_HEADER",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/common/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "src/plugins/screenshot_mode/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -14,10 +14,7 @@
|
|||
"tags": [],
|
||||
"label": "SecurityOssPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -30,10 +27,7 @@
|
|||
"signature": [
|
||||
"InsecureClusterServiceSetup"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -47,10 +41,7 @@
|
|||
"tags": [],
|
||||
"label": "SecurityOssPluginStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -63,10 +54,7 @@
|
|||
"signature": [
|
||||
"InsecureClusterServiceStart"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -81,10 +69,7 @@
|
|||
"Capabilities",
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -106,10 +91,7 @@
|
|||
"tags": [],
|
||||
"label": "SecurityOssPluginSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -125,10 +107,7 @@
|
|||
"BehaviorSubject",
|
||||
"<boolean>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -145,10 +124,7 @@
|
|||
"AnonymousAccessService",
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -163,10 +139,7 @@
|
|||
"() => ",
|
||||
"AnonymousAccessService"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -189,10 +162,7 @@
|
|||
"description": [
|
||||
"\nDefines Security OSS application state."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/common/app_state.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/security_oss/common/app_state.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -205,10 +175,7 @@
|
|||
"signature": [
|
||||
"{ displayAlert: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/common/app_state.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "src/plugins/security_oss/common/app_state.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -221,10 +188,7 @@
|
|||
"signature": [
|
||||
"{ isEnabled: boolean; accessURLParameters: Record<string, string> | null; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/common/app_state.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/security_oss/common/app_state.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -28,10 +28,7 @@
|
|||
"tags": [],
|
||||
"label": "REPOSITORY_TYPES",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -47,10 +44,7 @@
|
|||
"signature": [
|
||||
"\"/api/snapshot_restore/\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -64,10 +58,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -81,10 +72,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -98,10 +86,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 60
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -116,10 +101,7 @@
|
|||
"RepositoryType",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -134,10 +116,7 @@
|
|||
"RepositoryType",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -153,10 +132,7 @@
|
|||
"signature": [
|
||||
"1000"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 73
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -169,10 +145,7 @@
|
|||
"tags": [],
|
||||
"label": "PLUGIN",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -182,10 +155,7 @@
|
|||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -198,10 +168,7 @@
|
|||
"signature": [
|
||||
"\"basic\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -214,10 +181,7 @@
|
|||
"signature": [
|
||||
"(i18n: any) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -230,10 +194,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -250,10 +211,7 @@
|
|||
"tags": [],
|
||||
"label": "REPOSITORY_PLUGINS_MAP",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -273,10 +231,7 @@
|
|||
},
|
||||
".s3"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -296,10 +251,7 @@
|
|||
},
|
||||
".hdfs"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -319,10 +271,7 @@
|
|||
},
|
||||
".azure"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -342,10 +291,7 @@
|
|||
},
|
||||
".gcs"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -358,10 +304,7 @@
|
|||
"tags": [],
|
||||
"label": "TIME_UNITS",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -374,10 +317,7 @@
|
|||
"signature": [
|
||||
"\"d\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 63
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -390,10 +330,7 @@
|
|||
"signature": [
|
||||
"\"h\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 64
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -406,10 +343,7 @@
|
|||
"signature": [
|
||||
"\"m\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 65
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -422,10 +356,7 @@
|
|||
"signature": [
|
||||
"\"s\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 66
|
||||
},
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -13,10 +13,7 @@
|
|||
"description": [
|
||||
"\nProperties for the LegacyUrlConflict component."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 254
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -31,10 +28,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 261
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -46,10 +40,7 @@
|
|||
"description": [
|
||||
"\nThe ID of the object that is currently shown on the page."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 265
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -61,10 +52,7 @@
|
|||
"description": [
|
||||
"\nThe ID of the other object that the legacy URL alias points to."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 269
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -76,10 +64,7 @@
|
|||
"description": [
|
||||
"\nThe path to use for the new URL, optionally including `search` and/or `hash` URL components."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 273
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -94,10 +79,7 @@
|
|||
"description": [
|
||||
"\nProperties for the ShareToSpaceFlyout."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 131
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -118,10 +100,7 @@
|
|||
"text": "ShareToSpaceSavedObjectTarget"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 135
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -136,10 +115,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 141
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -154,10 +130,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 147
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -172,10 +145,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 154
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -190,10 +160,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 161
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -208,10 +175,7 @@
|
|||
"signature": [
|
||||
"\"within-space\" | \"outside-space\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 169
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -226,10 +190,7 @@
|
|||
"signature": [
|
||||
"((objects: { type: string; id: string; }[], spacesToAdd: string[], spacesToRemove: string[]) => Promise<void>) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 175
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -244,10 +205,7 @@
|
|||
"signature": [
|
||||
"((updatedObjects: { type: string; id: string; }[]) => void) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 183
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -262,10 +220,7 @@
|
|||
"signature": [
|
||||
"(() => void) | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 187
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -280,10 +235,7 @@
|
|||
"description": [
|
||||
"\nDescribes the target saved object during a share operation."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 193
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -295,10 +247,7 @@
|
|||
"description": [
|
||||
"\nThe object's type."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 197
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -310,10 +259,7 @@
|
|||
"description": [
|
||||
"\nThe object's ID."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 201
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -328,10 +274,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 205
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -346,10 +289,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 211
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -364,10 +304,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 217
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -382,10 +319,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 223
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -400,10 +334,7 @@
|
|||
"description": [
|
||||
"\nProperties for the SpaceAvatar component."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 279
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -418,10 +349,7 @@
|
|||
"signature": [
|
||||
"{ id?: string | undefined; name?: string | undefined; description?: string | undefined; color?: string | undefined; initials?: string | undefined; imageUrl?: string | undefined; disabledFeatures?: string[] | undefined; _reserved?: boolean | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 281
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -436,10 +364,7 @@
|
|||
"signature": [
|
||||
"\"m\" | \"s\" | \"l\" | \"xl\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 284
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -454,10 +379,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 287
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -472,10 +394,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 294
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -490,10 +409,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 301
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -508,10 +424,7 @@
|
|||
"description": [
|
||||
"\nProperties for the SpaceList component."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 229
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -526,10 +439,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 233
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -544,10 +454,7 @@
|
|||
"signature": [
|
||||
"number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 240
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -562,10 +469,7 @@
|
|||
"signature": [
|
||||
"\"within-space\" | \"outside-space\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 248
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -580,10 +484,7 @@
|
|||
"description": [
|
||||
"\nClient-side Spaces API."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -608,10 +509,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -636,10 +534,7 @@
|
|||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -662,10 +557,7 @@
|
|||
"text": "SpacesApiUi"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -680,10 +572,7 @@
|
|||
"description": [
|
||||
"\nUI components and services to add spaces capabilities to an application."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -704,10 +593,7 @@
|
|||
"text": "SpacesApiUiComponent"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -722,10 +608,7 @@
|
|||
"signature": [
|
||||
"(path: string, objectNoun?: string | undefined) => Promise<void>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -738,10 +621,7 @@
|
|||
"description": [
|
||||
"The path to use for the new URL, optionally including `search` and/or `hash` URL components."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -756,10 +636,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -776,10 +653,7 @@
|
|||
"description": [
|
||||
"\nReact UI components to be used to display the Spaces feature in any application."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 74
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -802,10 +676,7 @@
|
|||
},
|
||||
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 78
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -819,10 +690,7 @@
|
|||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -847,10 +715,7 @@
|
|||
},
|
||||
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 84
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -864,10 +729,7 @@
|
|||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -892,10 +754,7 @@
|
|||
},
|
||||
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 93
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -909,10 +768,7 @@
|
|||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -937,10 +793,7 @@
|
|||
},
|
||||
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 111
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -954,10 +807,7 @@
|
|||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -982,10 +832,7 @@
|
|||
},
|
||||
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 115
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -999,10 +846,7 @@
|
|||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
|
@ -1036,10 +880,7 @@
|
|||
"text": "SpacesApi"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1054,10 +895,7 @@
|
|||
"signature": [
|
||||
"true"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1072,10 +910,7 @@
|
|||
"description": [
|
||||
"\nProperties for the SpacesContext."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 121
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1090,10 +925,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 125
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1110,10 +942,7 @@
|
|||
"description": [
|
||||
"\nOSS Spaces plugin start contract when the Spaces feature is disabled."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"deprecated": true,
|
||||
"removeBy": "8.0",
|
||||
"references": [],
|
||||
|
@ -1130,10 +959,7 @@
|
|||
"signature": [
|
||||
"false"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1154,10 +980,7 @@
|
|||
"signature": [
|
||||
"(props: T) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -1172,10 +995,7 @@
|
|||
"description": [
|
||||
"\nOSS Spaces plugin setup contract."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1200,10 +1020,7 @@
|
|||
},
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1224,10 +1041,7 @@
|
|||
"text": "SpacesApi"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -1264,10 +1078,7 @@
|
|||
"text": "SpacesUnavailableStartContract"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/public/types.ts",
|
||||
"deprecated": false,
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -1294,10 +1105,7 @@
|
|||
"description": [
|
||||
"\nA Space."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1309,10 +1117,7 @@
|
|||
"description": [
|
||||
"\nThe unique identifier for this space.\nThe id becomes part of the \"URL Identifier\" of the space.\n\nExample: an id of `marketing` would result in the URL identifier of `/s/marketing`."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1324,10 +1129,7 @@
|
|||
"description": [
|
||||
"\nDisplay name for this space."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1342,10 +1144,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1360,10 +1159,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1378,10 +1174,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1396,10 +1189,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1414,10 +1204,7 @@
|
|||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1434,10 +1221,7 @@
|
|||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"lineNumber": 61
|
||||
},
|
||||
"path": "src/plugins/spaces_oss/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
"signature": [
|
||||
"\".index-threshold\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"path": "x-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -50,10 +47,7 @@
|
|||
"signature": [
|
||||
"{ readonly enabled: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/stack_alerts/common/config.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"path": "x-pack/plugins/stack_alerts/common/config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -67,10 +61,7 @@
|
|||
"signature": [
|
||||
"\"stackAlerts\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/stack_alerts/common/index.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"path": "x-pack/plugins/stack_alerts/common/index.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -89,10 +80,7 @@
|
|||
"Type",
|
||||
"<boolean>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/stack_alerts/common/config.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"path": "x-pack/plugins/stack_alerts/common/config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue