kibana/api_docs/kbn_securitysolution_t_grid.json
Stacey Gammon 6723fa583f
Add packages to our API documentation (#113564)
* Add packages

* Update docs

* Fix test and types

* debug heap size

* remove debug heap line

* updated docs
2021-10-06 17:02:57 -04:00

1776 lines
60 KiB
JSON

{
"id": "@kbn/securitysolution-t-grid",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.destinationIsTimelineButton",
"type": "Function",
"tags": [],
"label": "destinationIsTimelineButton",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.destinationIsTimelineButton.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.destinationIsTimelineColumns",
"type": "Function",
"tags": [],
"label": "destinationIsTimelineColumns",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.destinationIsTimelineColumns.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.destinationIsTimelineProviders",
"type": "Function",
"tags": [],
"label": "destinationIsTimelineProviders",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.destinationIsTimelineProviders.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.draggableIsContent",
"type": "Function",
"tags": [],
"label": "draggableIsContent",
"description": [],
"signature": [
"(result: ",
"DropResult",
" | { draggableId: string; }) => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.draggableIsContent.$1",
"type": "CompoundType",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult",
" | { draggableId: string; }"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.draggableIsField",
"type": "Function",
"tags": [],
"label": "draggableIsField",
"description": [],
"signature": [
"(result: ",
"DropResult",
" | { draggableId: string; }) => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.draggableIsField.$1",
"type": "CompoundType",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult",
" | { draggableId: string; }"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.escapeContextId",
"type": "Function",
"tags": [],
"label": "escapeContextId",
"description": [],
"signature": [
"(path: string) => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.escapeContextId.$1",
"type": "string",
"tags": [],
"label": "path",
"description": [],
"signature": [
"string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.escapeDataProviderId",
"type": "Function",
"tags": [],
"label": "escapeDataProviderId",
"description": [],
"signature": [
"(path: string) => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.escapeDataProviderId.$1",
"type": "string",
"tags": [],
"label": "path",
"description": [],
"signature": [
"string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.escapeFieldId",
"type": "Function",
"tags": [],
"label": "escapeFieldId",
"description": [],
"signature": [
"(path: string) => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.escapeFieldId.$1",
"type": "string",
"tags": [],
"label": "path",
"description": [],
"signature": [
"string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.fieldWasDroppedOnTimelineColumns",
"type": "Function",
"tags": [],
"label": "fieldWasDroppedOnTimelineColumns",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.fieldWasDroppedOnTimelineColumns.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getDraggableFieldId",
"type": "Function",
"tags": [],
"label": "getDraggableFieldId",
"description": [],
"signature": [
"({ contextId, fieldId, }: { contextId: string; fieldId: string; }) => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getDraggableFieldId.$1",
"type": "Object",
"tags": [],
"label": "{\n contextId,\n fieldId,\n}",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getDraggableFieldId.$1.contextId",
"type": "string",
"tags": [],
"label": "contextId",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getDraggableFieldId.$1.fieldId",
"type": "string",
"tags": [],
"label": "fieldId",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getDraggableId",
"type": "Function",
"tags": [],
"label": "getDraggableId",
"description": [],
"signature": [
"(dataProviderId: string) => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getDraggableId.$1",
"type": "string",
"tags": [],
"label": "dataProviderId",
"description": [],
"signature": [
"string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getDroppableId",
"type": "Function",
"tags": [],
"label": "getDroppableId",
"description": [],
"signature": [
"(visualizationPlaceholderId: string) => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getDroppableId.$1",
"type": "string",
"tags": [],
"label": "visualizationPlaceholderId",
"description": [],
"signature": [
"string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getFieldIdFromDraggable",
"type": "Function",
"tags": [],
"label": "getFieldIdFromDraggable",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getFieldIdFromDraggable.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getProviderIdFromDraggable",
"type": "Function",
"tags": [],
"label": "getProviderIdFromDraggable",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getProviderIdFromDraggable.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getTimelineProviderDraggableId",
"type": "Function",
"tags": [],
"label": "getTimelineProviderDraggableId",
"description": [],
"signature": [
"({ dataProviderId, groupIndex, timelineId, }: { dataProviderId: string; groupIndex: number; timelineId: string; }) => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getTimelineProviderDraggableId.$1",
"type": "Object",
"tags": [],
"label": "{\n dataProviderId,\n groupIndex,\n timelineId,\n}",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getTimelineProviderDraggableId.$1.dataProviderId",
"type": "string",
"tags": [],
"label": "dataProviderId",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getTimelineProviderDraggableId.$1.groupIndex",
"type": "number",
"tags": [],
"label": "groupIndex",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getTimelineProviderDraggableId.$1.timelineId",
"type": "string",
"tags": [],
"label": "timelineId",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getTimelineProviderDroppableId",
"type": "Function",
"tags": [],
"label": "getTimelineProviderDroppableId",
"description": [],
"signature": [
"({ groupIndex, timelineId, }: { groupIndex: number; timelineId: string; }) => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getTimelineProviderDroppableId.$1",
"type": "Object",
"tags": [],
"label": "{\n groupIndex,\n timelineId,\n}",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getTimelineProviderDroppableId.$1.groupIndex",
"type": "number",
"tags": [],
"label": "groupIndex",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.getTimelineProviderDroppableId.$1.timelineId",
"type": "string",
"tags": [],
"label": "timelineId",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.isAppError",
"type": "Function",
"tags": [],
"label": "isAppError",
"description": [],
"signature": [
"(error: unknown) => error is ",
{
"pluginId": "@kbn/securitysolution-t-grid",
"scope": "common",
"docId": "kibKbnSecuritysolutionTGridPluginApi",
"section": "def-common.AppError",
"text": "AppError"
}
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.isAppError.$1",
"type": "Unknown",
"tags": [],
"label": "error",
"description": [],
"signature": [
"unknown"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.isKibanaError",
"type": "Function",
"tags": [],
"label": "isKibanaError",
"description": [],
"signature": [
"(error: unknown) => error is ",
{
"pluginId": "@kbn/securitysolution-t-grid",
"scope": "common",
"docId": "kibKbnSecuritysolutionTGridPluginApi",
"section": "def-common.KibanaError",
"text": "KibanaError"
}
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.isKibanaError.$1",
"type": "Unknown",
"tags": [],
"label": "error",
"description": [],
"signature": [
"unknown"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.isNotFoundError",
"type": "Function",
"tags": [],
"label": "isNotFoundError",
"description": [],
"signature": [
"(error: unknown) => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.isNotFoundError.$1",
"type": "Unknown",
"tags": [],
"label": "error",
"description": [],
"signature": [
"unknown"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.isSecurityAppError",
"type": "Function",
"tags": [],
"label": "isSecurityAppError",
"description": [],
"signature": [
"(error: unknown) => error is ",
{
"pluginId": "@kbn/securitysolution-t-grid",
"scope": "common",
"docId": "kibKbnSecuritysolutionTGridPluginApi",
"section": "def-common.SecurityAppError",
"text": "SecurityAppError"
}
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.isSecurityAppError.$1",
"type": "Unknown",
"tags": [],
"label": "error",
"description": [],
"signature": [
"unknown"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.providerWasDroppedOnTimeline",
"type": "Function",
"tags": [],
"label": "providerWasDroppedOnTimeline",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.providerWasDroppedOnTimeline.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.reasonIsDrop",
"type": "Function",
"tags": [],
"label": "reasonIsDrop",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.reasonIsDrop.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.sourceAndDestinationAreSameTimelineProviders",
"type": "Function",
"tags": [],
"label": "sourceAndDestinationAreSameTimelineProviders",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.sourceAndDestinationAreSameTimelineProviders.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.sourceIsContent",
"type": "Function",
"tags": [],
"label": "sourceIsContent",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.sourceIsContent.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.unEscapeFieldId",
"type": "Function",
"tags": [],
"label": "unEscapeFieldId",
"description": [],
"signature": [
"(path: string) => string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.unEscapeFieldId.$1",
"type": "string",
"tags": [],
"label": "path",
"description": [],
"signature": [
"string"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.userIsReArrangingProviders",
"type": "Function",
"tags": [],
"label": "userIsReArrangingProviders",
"description": [],
"signature": [
"(result: ",
"DropResult",
") => boolean"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.userIsReArrangingProviders.$1",
"type": "Object",
"tags": [],
"label": "result",
"description": [],
"signature": [
"DropResult"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.AppError",
"type": "Interface",
"tags": [],
"label": "AppError",
"description": [],
"signature": [
{
"pluginId": "@kbn/securitysolution-t-grid",
"scope": "common",
"docId": "kibKbnSecuritysolutionTGridPluginApi",
"section": "def-common.AppError",
"text": "AppError"
},
" extends Error"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.AppError.body",
"type": "Object",
"tags": [],
"label": "body",
"description": [],
"signature": [
"{ message: string; }"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.KibanaError",
"type": "Interface",
"tags": [],
"label": "KibanaError",
"description": [],
"signature": [
{
"pluginId": "@kbn/securitysolution-t-grid",
"scope": "common",
"docId": "kibKbnSecuritysolutionTGridPluginApi",
"section": "def-common.KibanaError",
"text": "KibanaError"
},
" extends ",
{
"pluginId": "@kbn/securitysolution-t-grid",
"scope": "common",
"docId": "kibKbnSecuritysolutionTGridPluginApi",
"section": "def-common.AppError",
"text": "AppError"
}
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.KibanaError.body",
"type": "Object",
"tags": [],
"label": "body",
"description": [],
"signature": [
"{ message: string; statusCode: number; }"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.SecurityAppError",
"type": "Interface",
"tags": [],
"label": "SecurityAppError",
"description": [],
"signature": [
{
"pluginId": "@kbn/securitysolution-t-grid",
"scope": "common",
"docId": "kibKbnSecuritysolutionTGridPluginApi",
"section": "def-common.SecurityAppError",
"text": "SecurityAppError"
},
" extends ",
{
"pluginId": "@kbn/securitysolution-t-grid",
"scope": "common",
"docId": "kibKbnSecuritysolutionTGridPluginApi",
"section": "def-common.AppError",
"text": "AppError"
}
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.SecurityAppError.body",
"type": "Object",
"tags": [],
"label": "body",
"description": [],
"signature": [
"{ message: string; status_code: number; }"
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/api/index.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.DRAG_TYPE_FIELD",
"type": "string",
"tags": [],
"label": "DRAG_TYPE_FIELD",
"description": [
"\nPrevents fields from being dragged or dropped to any area other than column\nheader drop zone in the timeline"
],
"signature": [
"\"drag-type-field\""
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.DRAGGABLE_KEYBOARD_WRAPPER_CLASS_NAME",
"type": "string",
"tags": [],
"label": "DRAGGABLE_KEYBOARD_WRAPPER_CLASS_NAME",
"description": [],
"signature": [
"\"draggable-keyboard-wrapper\""
],
"path": "packages/kbn-securitysolution-t-grid/src/constants/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.draggableContentPrefix",
"type": "string",
"tags": [],
"label": "draggableContentPrefix",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.draggableFieldPrefix",
"type": "string",
"tags": [],
"label": "draggableFieldPrefix",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.draggableIdPrefix",
"type": "string",
"tags": [],
"label": "draggableIdPrefix",
"description": [],
"signature": [
"\"draggableId\""
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.draggableTimelineProvidersPrefix",
"type": "string",
"tags": [],
"label": "draggableTimelineProvidersPrefix",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.droppableContentPrefix",
"type": "string",
"tags": [],
"label": "droppableContentPrefix",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.droppableFieldPrefix",
"type": "string",
"tags": [],
"label": "droppableFieldPrefix",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.droppableIdPrefix",
"type": "string",
"tags": [],
"label": "droppableIdPrefix",
"description": [],
"signature": [
"\"droppableId\""
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.droppableTimelineColumnsPrefix",
"type": "string",
"tags": [],
"label": "droppableTimelineColumnsPrefix",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.droppableTimelineFlyoutBottomBarPrefix",
"type": "string",
"tags": [],
"label": "droppableTimelineFlyoutBottomBarPrefix",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.droppableTimelineProvidersPrefix",
"type": "string",
"tags": [],
"label": "droppableTimelineProvidersPrefix",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.EMPTY_PROVIDERS_GROUP_CLASS_NAME",
"type": "string",
"tags": [],
"label": "EMPTY_PROVIDERS_GROUP_CLASS_NAME",
"description": [],
"signature": [
"\"empty-providers-group\""
],
"path": "packages/kbn-securitysolution-t-grid/src/constants/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventDetailsFormattedFields",
"type": "Array",
"tags": [],
"label": "eventDetailsFormattedFields",
"description": [],
"signature": [
"{ category: string; field: string; isObjectArray: boolean; originalValue: string[]; values: string[]; }[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.HIGHLIGHTED_DROP_TARGET_CLASS_NAME",
"type": "string",
"tags": [],
"label": "HIGHLIGHTED_DROP_TARGET_CLASS_NAME",
"description": [],
"signature": [
"\"highlighted-drop-target\""
],
"path": "packages/kbn-securitysolution-t-grid/src/constants/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.HOVER_ACTIONS_ALWAYS_SHOW_CLASS_NAME",
"type": "string",
"tags": [],
"label": "HOVER_ACTIONS_ALWAYS_SHOW_CLASS_NAME",
"description": [],
"signature": [
"\"hover-actions-always-show\""
],
"path": "packages/kbn-securitysolution-t-grid/src/constants/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.IS_DRAGGING_CLASS_NAME",
"type": "string",
"tags": [],
"label": "IS_DRAGGING_CLASS_NAME",
"description": [
"This class is added to the document body while dragging"
],
"signature": [
"\"is-dragging\""
],
"path": "packages/kbn-securitysolution-t-grid/src/constants/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.IS_TIMELINE_FIELD_DRAGGING_CLASS_NAME",
"type": "string",
"tags": [],
"label": "IS_TIMELINE_FIELD_DRAGGING_CLASS_NAME",
"description": [
"This class is added to the document body while timeline field dragging"
],
"signature": [
"\"is-timeline-field-dragging\""
],
"path": "packages/kbn-securitysolution-t-grid/src/utils/drag_and_drop/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.KEYBOARD_DRAG_OFFSET",
"type": "number",
"tags": [],
"label": "KEYBOARD_DRAG_OFFSET",
"description": [
"The draggable will move this many pixels via the keyboard when the arrow key is pressed"
],
"signature": [
"20"
],
"path": "packages/kbn-securitysolution-t-grid/src/constants/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.NOTE_CONTENT_CLASS_NAME",
"type": "string",
"tags": [],
"label": "NOTE_CONTENT_CLASS_NAME",
"description": [],
"signature": [
"\"note-content\""
],
"path": "packages/kbn-securitysolution-t-grid/src/constants/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.NOTES_CONTAINER_CLASS_NAME",
"type": "string",
"tags": [],
"label": "NOTES_CONTAINER_CLASS_NAME",
"description": [],
"signature": [
"\"notes-container\""
],
"path": "packages/kbn-securitysolution-t-grid/src/constants/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.ROW_RENDERER_CLASS_NAME",
"type": "string",
"tags": [],
"label": "ROW_RENDERER_CLASS_NAME",
"description": [],
"signature": [
"\"row-renderer\""
],
"path": "packages/kbn-securitysolution-t-grid/src/constants/index.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit",
"type": "Object",
"tags": [],
"label": "eventHit",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit._index",
"type": "string",
"tags": [],
"label": "_index",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit._id",
"type": "string",
"tags": [],
"label": "_id",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit._score",
"type": "number",
"tags": [],
"label": "_score",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit._type",
"type": "string",
"tags": [],
"label": "_type",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields",
"type": "Object",
"tags": [],
"label": "fields",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.event.category",
"type": "Array",
"tags": [],
"label": "'event.category'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.process.ppid",
"type": "Array",
"tags": [],
"label": "'process.ppid'",
"description": [],
"signature": [
"number[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.user.name",
"type": "Array",
"tags": [],
"label": "'user.name'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.process.args",
"type": "Array",
"tags": [],
"label": "'process.args'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.message",
"type": "Array",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.process.pid",
"type": "Array",
"tags": [],
"label": "'process.pid'",
"description": [],
"signature": [
"number[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.process.working_directory",
"type": "Array",
"tags": [],
"label": "'process.working_directory'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.process.entity_id",
"type": "Array",
"tags": [],
"label": "'process.entity_id'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.host.ip",
"type": "Array",
"tags": [],
"label": "'host.ip'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.process.name",
"type": "Array",
"tags": [],
"label": "'process.name'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.event.action",
"type": "Array",
"tags": [],
"label": "'event.action'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.agent.type",
"type": "Array",
"tags": [],
"label": "'agent.type'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.timestamp",
"type": "Array",
"tags": [],
"label": "'@timestamp'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.event.module",
"type": "Array",
"tags": [],
"label": "'event.module'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.event.type",
"type": "Array",
"tags": [],
"label": "'event.type'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.host.name",
"type": "Array",
"tags": [],
"label": "'host.name'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.process.hash.sha1",
"type": "Array",
"tags": [],
"label": "'process.hash.sha1'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.host.os.family",
"type": "Array",
"tags": [],
"label": "'host.os.family'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.event.kind",
"type": "Array",
"tags": [],
"label": "'event.kind'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.host.id",
"type": "Array",
"tags": [],
"label": "'host.id'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.event.dataset",
"type": "Array",
"tags": [],
"label": "'event.dataset'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.process.executable",
"type": "Array",
"tags": [],
"label": "'process.executable'",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.source.geo.location",
"type": "Array",
"tags": [],
"label": "'source.geo.location'",
"description": [],
"signature": [
"{ coordinates: number[]; type: string; }[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.fields.threat.enrichments",
"type": "Array",
"tags": [],
"label": "'threat.enrichments'",
"description": [],
"signature": [
"({ 'matched.field': string[]; 'indicator.first_seen': string[]; 'indicator.provider': string[]; 'indicator.type': string[]; 'matched.atomic': string[]; lazer: { 'great.field': string[]; }[]; } | { 'matched.field': string[]; 'indicator.first_seen': string[]; 'indicator.provider': string[]; 'indicator.type': string[]; 'matched.atomic': string[]; lazer: { 'great.field': { wowoe: { fooooo: string[]; }[]; astring: string; aNumber: number; anObject: { neat: boolean; }; }[]; }[]; })[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit._source",
"type": "Object",
"tags": [],
"label": "_source",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false,
"children": []
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.sort",
"type": "Array",
"tags": [],
"label": "sort",
"description": [],
"signature": [
"string[]"
],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false
},
{
"parentPluginId": "@kbn/securitysolution-t-grid",
"id": "def-common.eventHit.aggregations",
"type": "Object",
"tags": [],
"label": "aggregations",
"description": [],
"path": "packages/kbn-securitysolution-t-grid/src/mock/mock_event_details.ts",
"deprecated": false,
"children": []
}
],
"initialIsOpen": false
}
]
}
}