kibana/api_docs/event_annotation.devdocs.json

2827 lines
No EOL
109 KiB
JSON

{
"id": "eventAnnotation",
"client": {
"classes": [],
"functions": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.isManualPointAnnotationConfig",
"type": "Function",
"tags": [],
"label": "isManualPointAnnotationConfig",
"description": [],
"signature": [
"(annotation?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationConfig",
"text": "EventAnnotationConfig"
},
" | undefined) => annotation is ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.PointInTimeEventAnnotationConfig",
"text": "PointInTimeEventAnnotationConfig"
}
],
"path": "src/plugins/event_annotation/public/event_annotation_service/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.isManualPointAnnotationConfig.$1",
"type": "CompoundType",
"tags": [],
"label": "annotation",
"description": [],
"signature": [
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationConfig",
"text": "EventAnnotationConfig"
},
" | undefined"
],
"path": "src/plugins/event_annotation/public/event_annotation_service/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-public.isQueryAnnotationConfig",
"type": "Function",
"tags": [],
"label": "isQueryAnnotationConfig",
"description": [],
"signature": [
"(annotation?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationConfig",
"text": "EventAnnotationConfig"
},
" | undefined) => annotation is ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.QueryPointEventAnnotationConfig",
"text": "QueryPointEventAnnotationConfig"
}
],
"path": "src/plugins/event_annotation/public/event_annotation_service/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.isQueryAnnotationConfig.$1",
"type": "CompoundType",
"tags": [],
"label": "annotation",
"description": [],
"signature": [
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationConfig",
"text": "EventAnnotationConfig"
},
" | undefined"
],
"path": "src/plugins/event_annotation/public/event_annotation_service/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-public.isRangeAnnotationConfig",
"type": "Function",
"tags": [],
"label": "isRangeAnnotationConfig",
"description": [],
"signature": [
"(annotation?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationConfig",
"text": "EventAnnotationConfig"
},
" | undefined) => annotation is ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.RangeEventAnnotationConfig",
"text": "RangeEventAnnotationConfig"
}
],
"path": "src/plugins/event_annotation/public/event_annotation_service/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.isRangeAnnotationConfig.$1",
"type": "CompoundType",
"tags": [],
"label": "annotation",
"description": [],
"signature": [
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationConfig",
"text": "EventAnnotationConfig"
},
" | undefined"
],
"path": "src/plugins/event_annotation/public/event_annotation_service/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.EventAnnotationServiceType",
"type": "Interface",
"tags": [],
"label": "EventAnnotationServiceType",
"description": [],
"path": "src/plugins/event_annotation/public/event_annotation_service/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.EventAnnotationServiceType.toExpression",
"type": "Function",
"tags": [],
"label": "toExpression",
"description": [],
"signature": [
"(props: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationConfig",
"text": "EventAnnotationConfig"
},
"[]) => ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionAstExpression",
"text": "ExpressionAstExpression"
},
"[]"
],
"path": "src/plugins/event_annotation/public/event_annotation_service/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.EventAnnotationServiceType.toExpression.$1",
"type": "Array",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationConfig",
"text": "EventAnnotationConfig"
},
"[]"
],
"path": "src/plugins/event_annotation/public/event_annotation_service/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "eventAnnotation",
"id": "def-public.EventAnnotationServiceType.toFetchExpression",
"type": "Function",
"tags": [],
"label": "toFetchExpression",
"description": [],
"signature": [
"(props: { interval: string; groups: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationGroupConfig",
"text": "EventAnnotationGroupConfig"
},
"[]; }) => ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionAstExpression",
"text": "ExpressionAstExpression"
},
"[]"
],
"path": "src/plugins/event_annotation/public/event_annotation_service/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.EventAnnotationServiceType.toFetchExpression.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"path": "src/plugins/event_annotation/public/event_annotation_service/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.EventAnnotationServiceType.toFetchExpression.$1.interval",
"type": "string",
"tags": [],
"label": "interval",
"description": [],
"path": "src/plugins/event_annotation/public/event_annotation_service/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-public.EventAnnotationServiceType.toFetchExpression.$1.groups",
"type": "Array",
"tags": [],
"label": "groups",
"description": [],
"signature": [
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationGroupConfig",
"text": "EventAnnotationGroupConfig"
},
"[]"
],
"path": "src/plugins/event_annotation/public/event_annotation_service/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.defaultAnnotationColor",
"type": "string",
"tags": [],
"label": "defaultAnnotationColor",
"description": [],
"path": "src/plugins/event_annotation/public/event_annotation_service/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-public.defaultAnnotationRangeColor",
"type": "string",
"tags": [],
"label": "defaultAnnotationRangeColor",
"description": [],
"signature": [
"\"#F04E981A\""
],
"path": "src/plugins/event_annotation/public/event_annotation_service/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [],
"start": {
"parentPluginId": "eventAnnotation",
"id": "def-public.EventAnnotationService",
"type": "Class",
"tags": [],
"label": "EventAnnotationService",
"description": [],
"path": "src/plugins/event_annotation/public/event_annotation_service/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-public.EventAnnotationService.getService",
"type": "Function",
"tags": [],
"label": "getService",
"description": [],
"signature": [
"() => Promise<",
{
"pluginId": "eventAnnotation",
"scope": "public",
"docId": "kibEventAnnotationPluginApi",
"section": "def-public.EventAnnotationServiceType",
"text": "EventAnnotationServiceType"
},
">"
],
"path": "src/plugins/event_annotation/public/event_annotation_service/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.eventAnnotationGroup",
"type": "Function",
"tags": [],
"label": "eventAnnotationGroup",
"description": [],
"signature": [
"() => ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionFunctionDefinition",
"text": "ExpressionFunctionDefinition"
},
"<\"event_annotation_group\", null, ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationGroupArgs",
"text": "EventAnnotationGroupArgs"
},
", ",
"EventAnnotationGroupOutput",
", ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
"<",
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
},
", ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
">>"
],
"path": "src/plugins/event_annotation/common/event_annotation_group/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationGroupArgs",
"type": "Interface",
"tags": [],
"label": "EventAnnotationGroupArgs",
"description": [],
"path": "src/plugins/event_annotation/common/event_annotation_group/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationGroupArgs.annotations",
"type": "Array",
"tags": [],
"label": "annotations",
"description": [],
"signature": [
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationOutput",
"text": "EventAnnotationOutput"
},
"[]"
],
"path": "src/plugins/event_annotation/common/event_annotation_group/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationGroupArgs.dataView",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.IndexPatternExpressionType",
"text": "IndexPatternExpressionType"
}
],
"path": "src/plugins/event_annotation/common/event_annotation_group/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationGroupArgs.ignoreGlobalFilters",
"type": "boolean",
"tags": [],
"label": "ignoreGlobalFilters",
"description": [],
"path": "src/plugins/event_annotation/common/event_annotation_group/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationGroupConfig",
"type": "Interface",
"tags": [],
"label": "EventAnnotationGroupConfig",
"description": [],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationGroupConfig.annotations",
"type": "Array",
"tags": [],
"label": "annotations",
"description": [],
"signature": [
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.EventAnnotationConfig",
"text": "EventAnnotationConfig"
},
"[]"
],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationGroupConfig.indexPatternId",
"type": "string",
"tags": [],
"label": "indexPatternId",
"description": [],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationGroupConfig.ignoreGlobalFilters",
"type": "CompoundType",
"tags": [],
"label": "ignoreGlobalFilters",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.FetchEventAnnotationsArgs",
"type": "Interface",
"tags": [],
"label": "FetchEventAnnotationsArgs",
"description": [],
"path": "src/plugins/event_annotation/common/fetch_event_annotations/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.FetchEventAnnotationsArgs.groups",
"type": "Array",
"tags": [],
"label": "groups",
"description": [],
"signature": [
"EventAnnotationGroupOutput",
"[]"
],
"path": "src/plugins/event_annotation/common/fetch_event_annotations/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.FetchEventAnnotationsArgs.interval",
"type": "string",
"tags": [],
"label": "interval",
"description": [],
"path": "src/plugins/event_annotation/common/fetch_event_annotations/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.AvailableAnnotationIcon",
"type": "Type",
"tags": [],
"label": "AvailableAnnotationIcon",
"description": [],
"signature": [
"\"alert\" | \"circle\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"tag\" | \"triangle\""
],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationArgs",
"type": "Type",
"tags": [],
"label": "EventAnnotationArgs",
"description": [],
"signature": [
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.ManualPointEventAnnotationArgs",
"text": "ManualPointEventAnnotationArgs"
},
" | ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.ManualRangeEventAnnotationArgs",
"text": "ManualRangeEventAnnotationArgs"
},
" | ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.QueryPointEventAnnotationArgs",
"text": "QueryPointEventAnnotationArgs"
}
],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationConfig",
"type": "Type",
"tags": [],
"label": "EventAnnotationConfig",
"description": [],
"signature": [
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.PointInTimeEventAnnotationConfig",
"text": "PointInTimeEventAnnotationConfig"
},
" | ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.RangeEventAnnotationConfig",
"text": "RangeEventAnnotationConfig"
},
" | ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.QueryPointEventAnnotationConfig",
"text": "QueryPointEventAnnotationConfig"
}
],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.EventAnnotationOutput",
"type": "Type",
"tags": [],
"label": "EventAnnotationOutput",
"description": [],
"signature": [
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.QueryPointEventAnnotationOutput",
"text": "QueryPointEventAnnotationOutput"
},
" | ",
"ManualEventAnnotationOutput"
],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.ManualPointEventAnnotationArgs",
"type": "Type",
"tags": [],
"label": "ManualPointEventAnnotationArgs",
"description": [],
"signature": [
"{ id: string; time: string; } & StyleSharedProps & { icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; }"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.ManualPointEventAnnotationOutput",
"type": "Type",
"tags": [],
"label": "ManualPointEventAnnotationOutput",
"description": [],
"signature": [
"{ id: string; time: string; } & StyleSharedProps & { icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; } & { type: \"manual_point_event_annotation\"; }"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.ManualRangeEventAnnotationArgs",
"type": "Type",
"tags": [],
"label": "ManualRangeEventAnnotationArgs",
"description": [],
"signature": [
"{ id: string; time: string; endTime: string; } & StyleSharedProps & { outside?: boolean | undefined; }"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.ManualRangeEventAnnotationOutput",
"type": "Type",
"tags": [],
"label": "ManualRangeEventAnnotationOutput",
"description": [],
"signature": [
"{ id: string; time: string; endTime: string; } & StyleSharedProps & { outside?: boolean | undefined; } & { type: \"manual_range_event_annotation\"; }"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.ManualRangeEventAnnotationRow",
"type": "Type",
"tags": [],
"label": "ManualRangeEventAnnotationRow",
"description": [],
"signature": [
"{ id: string; time: string; endTime: string; type: \"range\"; } & StyleSharedProps & { outside?: boolean | undefined; }"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.PointEventAnnotationRow",
"type": "Type",
"tags": [],
"label": "PointEventAnnotationRow",
"description": [],
"signature": [
"{ id: string; time: string; type: \"point\"; timebucket: string; skippedCount?: number | undefined; } & StyleSharedProps & { icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; } & Record<string, any>"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.PointInTimeEventAnnotationConfig",
"type": "Type",
"tags": [],
"label": "PointInTimeEventAnnotationConfig",
"description": [],
"signature": [
"{ id: string; type: \"manual\"; key: { type: \"point_in_time\"; timestamp: string; }; } & StyleSharedProps & { icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; }"
],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.QueryPointEventAnnotationArgs",
"type": "Type",
"tags": [],
"label": "QueryPointEventAnnotationArgs",
"description": [],
"signature": [
"{ id: string; filter: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.KibanaQueryOutput",
"text": "KibanaQueryOutput"
},
"; timeField?: string | undefined; extraFields?: string[] | undefined; textField?: string | undefined; } & StyleSharedProps & { icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; }"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.QueryPointEventAnnotationConfig",
"type": "Type",
"tags": [],
"label": "QueryPointEventAnnotationConfig",
"description": [],
"signature": [
"{ id: string; type: \"query\"; filter: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.KibanaQueryOutput",
"text": "KibanaQueryOutput"
},
"; timeField?: string | undefined; textField?: string | undefined; extraFields?: string[] | undefined; key: { type: \"point_in_time\"; }; } & StyleSharedProps & { icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; }"
],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.QueryPointEventAnnotationOutput",
"type": "Type",
"tags": [],
"label": "QueryPointEventAnnotationOutput",
"description": [],
"signature": [
"{ id: string; filter: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.KibanaQueryOutput",
"text": "KibanaQueryOutput"
},
"; timeField?: string | undefined; extraFields?: string[] | undefined; textField?: string | undefined; } & StyleSharedProps & { icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; } & { type: \"query_point_event_annotation\"; }"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.RangeEventAnnotationConfig",
"type": "Type",
"tags": [],
"label": "RangeEventAnnotationConfig",
"description": [],
"signature": [
"{ type: \"manual\"; id: string; key: { type: \"range\"; timestamp: string; endTimestamp: string; }; } & StyleSharedProps & { outside?: boolean | undefined; }"
],
"path": "src/plugins/event_annotation/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation",
"type": "Object",
"tags": [],
"label": "manualPointEventAnnotation",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"manual_point_event_annotation\""
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.aliases",
"type": "Array",
"tags": [],
"label": "aliases",
"description": [],
"signature": [
"never[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"manual_point_event_annotation\""
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.inputTypes",
"type": "Array",
"tags": [],
"label": "inputTypes",
"description": [],
"signature": [
"\"null\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args",
"type": "Object",
"tags": [],
"label": "args",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.id",
"type": "Object",
"tags": [],
"label": "id",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.id.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.id.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.time",
"type": "Object",
"tags": [],
"label": "time",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.time.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.time.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.label",
"type": "Object",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.label.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.label.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.color",
"type": "Object",
"tags": [],
"label": "color",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.color.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.color.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.lineStyle",
"type": "Object",
"tags": [],
"label": "lineStyle",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.lineStyle.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.lineStyle.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"(\"solid\" | \"dashed\" | \"dotted\")[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.lineStyle.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.lineWidth",
"type": "Object",
"tags": [],
"label": "lineWidth",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.lineWidth.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"number\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.lineWidth.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.icon",
"type": "Object",
"tags": [],
"label": "icon",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.icon.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.icon.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.icon.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"(\"alert\" | \"circle\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"tag\" | \"triangle\")[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.icon.strict",
"type": "boolean",
"tags": [],
"label": "strict",
"description": [],
"signature": [
"true"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.textVisibility",
"type": "Object",
"tags": [],
"label": "textVisibility",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.textVisibility.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.textVisibility.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.isHidden",
"type": "Object",
"tags": [],
"label": "isHidden",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.isHidden.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.args.isHidden.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.fn",
"type": "Function",
"tags": [],
"label": "fn",
"description": [],
"signature": [
"(input: unknown, args: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.ManualPointEventAnnotationArgs",
"text": "ManualPointEventAnnotationArgs"
},
") => { id: string; time: string; label: string; color?: string | undefined; isHidden?: boolean | undefined; icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; type: \"manual_point_event_annotation\"; }"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.fn.$1",
"type": "Unknown",
"tags": [],
"label": "input",
"description": [],
"signature": [
"unknown"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualPointEventAnnotation.fn.$2",
"type": "CompoundType",
"tags": [],
"label": "args",
"description": [],
"signature": [
"{ id: string; time: string; } & StyleSharedProps & { icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; }"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation",
"type": "Object",
"tags": [],
"label": "manualRangeEventAnnotation",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"manual_range_event_annotation\""
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.aliases",
"type": "Array",
"tags": [],
"label": "aliases",
"description": [],
"signature": [
"never[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"manual_range_event_annotation\""
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.inputTypes",
"type": "Array",
"tags": [],
"label": "inputTypes",
"description": [],
"signature": [
"\"null\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args",
"type": "Object",
"tags": [],
"label": "args",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.id",
"type": "Object",
"tags": [],
"label": "id",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.id.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.id.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.time",
"type": "Object",
"tags": [],
"label": "time",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.time.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.time.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.endTime",
"type": "Object",
"tags": [],
"label": "endTime",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.endTime.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.endTime.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.endTime.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.outside",
"type": "Object",
"tags": [],
"label": "outside",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.outside.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.outside.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.outside.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.label",
"type": "Object",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.label.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.label.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.color",
"type": "Object",
"tags": [],
"label": "color",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.color.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.color.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.isHidden",
"type": "Object",
"tags": [],
"label": "isHidden",
"description": [],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.isHidden.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.args.isHidden.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.fn",
"type": "Function",
"tags": [],
"label": "fn",
"description": [],
"signature": [
"(input: unknown, args: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.ManualRangeEventAnnotationArgs",
"text": "ManualRangeEventAnnotationArgs"
},
") => { id: string; time: string; endTime: string; label: string; color?: string | undefined; isHidden?: boolean | undefined; outside?: boolean | undefined; type: \"manual_range_event_annotation\"; }"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.fn.$1",
"type": "Unknown",
"tags": [],
"label": "input",
"description": [],
"signature": [
"unknown"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.manualRangeEventAnnotation.fn.$2",
"type": "CompoundType",
"tags": [],
"label": "args",
"description": [],
"signature": [
"{ id: string; time: string; endTime: string; } & StyleSharedProps & { outside?: boolean | undefined; }"
],
"path": "src/plugins/event_annotation/common/manual_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation",
"type": "Object",
"tags": [],
"label": "queryPointEventAnnotation",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"query_point_event_annotation\""
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.aliases",
"type": "Array",
"tags": [],
"label": "aliases",
"description": [],
"signature": [
"never[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"query_point_event_annotation\""
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.inputTypes",
"type": "Array",
"tags": [],
"label": "inputTypes",
"description": [],
"signature": [
"\"null\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args",
"type": "Object",
"tags": [],
"label": "args",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.id",
"type": "Object",
"tags": [],
"label": "id",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.id.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.id.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.filter",
"type": "Object",
"tags": [],
"label": "filter",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.filter.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"kibana_query\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.filter.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.extraFields",
"type": "Object",
"tags": [],
"label": "extraFields",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.extraFields.multi",
"type": "boolean",
"tags": [],
"label": "multi",
"description": [],
"signature": [
"true"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.extraFields.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.extraFields.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.timeField",
"type": "Object",
"tags": [],
"label": "timeField",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.timeField.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.timeField.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.label",
"type": "Object",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.label.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.label.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.color",
"type": "Object",
"tags": [],
"label": "color",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.color.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.color.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.lineStyle",
"type": "Object",
"tags": [],
"label": "lineStyle",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.lineStyle.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.lineStyle.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"(\"solid\" | \"dashed\" | \"dotted\")[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.lineStyle.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.lineWidth",
"type": "Object",
"tags": [],
"label": "lineWidth",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.lineWidth.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"number\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.lineWidth.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.icon",
"type": "Object",
"tags": [],
"label": "icon",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.icon.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.icon.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.icon.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"(\"alert\" | \"circle\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"tag\" | \"triangle\")[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.icon.strict",
"type": "boolean",
"tags": [],
"label": "strict",
"description": [],
"signature": [
"true"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.textVisibility",
"type": "Object",
"tags": [],
"label": "textVisibility",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.textVisibility.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.textVisibility.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.textField",
"type": "Object",
"tags": [],
"label": "textField",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.textField.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.textField.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.isHidden",
"type": "Object",
"tags": [],
"label": "isHidden",
"description": [],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.isHidden.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.args.isHidden.help",
"type": "Any",
"tags": [],
"label": "help",
"description": [],
"signature": [
"any"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.fn",
"type": "Function",
"tags": [],
"label": "fn",
"description": [],
"signature": [
"(input: unknown, args: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.QueryPointEventAnnotationArgs",
"text": "QueryPointEventAnnotationArgs"
},
") => { id: string; filter: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.KibanaQueryOutput",
"text": "KibanaQueryOutput"
},
"; timeField?: string | undefined; extraFields?: string[] | undefined; textField?: string | undefined; label: string; color?: string | undefined; isHidden?: boolean | undefined; icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; type: \"query_point_event_annotation\"; }"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.fn.$1",
"type": "Unknown",
"tags": [],
"label": "input",
"description": [],
"signature": [
"unknown"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventAnnotation",
"id": "def-common.queryPointEventAnnotation.fn.$2",
"type": "CompoundType",
"tags": [],
"label": "args",
"description": [],
"signature": [
"{ id: string; filter: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.KibanaQueryOutput",
"text": "KibanaQueryOutput"
},
"; timeField?: string | undefined; extraFields?: string[] | undefined; textField?: string | undefined; } & StyleSharedProps & { icon?: ",
{
"pluginId": "eventAnnotation",
"scope": "common",
"docId": "kibEventAnnotationPluginApi",
"section": "def-common.AvailableAnnotationIcon",
"text": "AvailableAnnotationIcon"
},
" | undefined; lineWidth?: number | undefined; lineStyle?: ",
"LineStyle",
" | undefined; textVisibility?: boolean | undefined; }"
],
"path": "src/plugins/event_annotation/common/query_point_event_annotation/index.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
}
]
}
}