kibana/api_docs/expression_heatmap.devdocs.json

1994 lines
No EOL
80 KiB
JSON

{
"id": "expressionHeatmap",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapFunction",
"type": "Function",
"tags": [],
"label": "heatmapFunction",
"description": [],
"signature": [
"() => ",
{
"pluginId": "expressionHeatmap",
"scope": "common",
"docId": "kibExpressionHeatmapPluginApi",
"section": "def-common.HeatmapExpressionFunctionDefinition",
"text": "HeatmapExpressionFunctionDefinition"
}
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.BrushEvent",
"type": "Interface",
"tags": [],
"label": "BrushEvent",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.BrushEvent.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"brush\""
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.BrushEvent.data",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
"{ table: ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
"; column: number; range: number[]; timeFieldName?: string | undefined; }"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.FilterEvent",
"type": "Interface",
"tags": [],
"label": "FilterEvent",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.FilterEvent.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"filter\""
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.FilterEvent.data",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
"{ data: { table: Pick<",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
", \"columns\" | \"rows\">; column: number; row: number; value: any; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; }"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments",
"type": "Interface",
"tags": [],
"label": "HeatmapArguments",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.percentageMode",
"type": "CompoundType",
"tags": [],
"label": "percentageMode",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.lastRangeIsRightOpen",
"type": "CompoundType",
"tags": [],
"label": "lastRangeIsRightOpen",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.showTooltip",
"type": "CompoundType",
"tags": [],
"label": "showTooltip",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.highlightInHover",
"type": "CompoundType",
"tags": [],
"label": "highlightInHover",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.palette",
"type": "Object",
"tags": [],
"label": "palette",
"description": [],
"signature": [
{
"pluginId": "@kbn/coloring",
"scope": "common",
"docId": "kibKbnColoringPluginApi",
"section": "def-common.PaletteOutput",
"text": "PaletteOutput"
},
"<",
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.CustomPaletteState",
"text": "CustomPaletteState"
},
"> | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.xAccessor",
"type": "CompoundType",
"tags": [],
"label": "xAccessor",
"description": [],
"signature": [
"string | ",
{
"pluginId": "visualizations",
"scope": "common",
"docId": "kibVisualizationsPluginApi",
"section": "def-common.ExpressionValueVisDimension",
"text": "ExpressionValueVisDimension"
},
" | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.yAccessor",
"type": "CompoundType",
"tags": [],
"label": "yAccessor",
"description": [],
"signature": [
"string | ",
{
"pluginId": "visualizations",
"scope": "common",
"docId": "kibVisualizationsPluginApi",
"section": "def-common.ExpressionValueVisDimension",
"text": "ExpressionValueVisDimension"
},
" | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.valueAccessor",
"type": "CompoundType",
"tags": [],
"label": "valueAccessor",
"description": [],
"signature": [
"string | ",
{
"pluginId": "visualizations",
"scope": "common",
"docId": "kibVisualizationsPluginApi",
"section": "def-common.ExpressionValueVisDimension",
"text": "ExpressionValueVisDimension"
},
" | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.splitRowAccessor",
"type": "CompoundType",
"tags": [],
"label": "splitRowAccessor",
"description": [],
"signature": [
"string | ",
{
"pluginId": "visualizations",
"scope": "common",
"docId": "kibVisualizationsPluginApi",
"section": "def-common.ExpressionValueVisDimension",
"text": "ExpressionValueVisDimension"
},
" | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.splitColumnAccessor",
"type": "CompoundType",
"tags": [],
"label": "splitColumnAccessor",
"description": [],
"signature": [
"string | ",
{
"pluginId": "visualizations",
"scope": "common",
"docId": "kibVisualizationsPluginApi",
"section": "def-common.ExpressionValueVisDimension",
"text": "ExpressionValueVisDimension"
},
" | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.legend",
"type": "CompoundType",
"tags": [],
"label": "legend",
"description": [],
"signature": [
"HeatmapLegendConfig",
" & { type: \"heatmap_legend\"; }"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.gridConfig",
"type": "CompoundType",
"tags": [],
"label": "gridConfig",
"description": [],
"signature": [
"HeatmapGridConfig",
" & { type: \"heatmap_grid\"; }"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapArguments.ariaLabel",
"type": "string",
"tags": [],
"label": "ariaLabel",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapExpressionProps",
"type": "Interface",
"tags": [],
"label": "HeatmapExpressionProps",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapExpressionProps.data",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
}
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapExpressionProps.args",
"type": "Object",
"tags": [],
"label": "args",
"description": [],
"signature": [
{
"pluginId": "expressionHeatmap",
"scope": "common",
"docId": "kibExpressionHeatmapPluginApi",
"section": "def-common.HeatmapArguments",
"text": "HeatmapArguments"
}
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapExpressionProps.syncTooltips",
"type": "boolean",
"tags": [],
"label": "syncTooltips",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapExpressionProps.syncCursor",
"type": "boolean",
"tags": [],
"label": "syncCursor",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapExpressionProps.canNavigateToLens",
"type": "CompoundType",
"tags": [],
"label": "canNavigateToLens",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapExpressionProps.overrides",
"type": "CompoundType",
"tags": [],
"label": "overrides",
"description": [],
"signature": [
"(Partial<Record<\"settings\", { onResize?: \"ignore\" | undefined; theme?: ",
"MakeOverridesSerializable",
"<",
"RecursivePartial",
"<",
"Theme",
"> | ",
"RecursivePartial",
"<",
"Theme",
">[] | undefined>; rendering?: ",
"Rendering",
" | undefined; showLegend?: boolean | undefined; legendPosition?: ",
"Position",
" | ",
"LegendPositionConfig",
" | undefined; rotation?: ",
"Rotation",
" | undefined; animateData?: boolean | undefined; externalPointerEvents?: ",
"MakeOverridesSerializable",
"<",
"ExternalPointerEventsSettings",
" | undefined>; debug?: boolean | undefined; pointBuffer?: ",
"MarkBuffer",
" | undefined; pointerUpdateTrigger?: ",
"PointerUpdateTrigger",
" | undefined; brushAxis?: ",
"BrushAxis",
" | undefined; minBrushDelta?: number | undefined; allowBrushingLastHistogramBin?: boolean | undefined; ariaLabelHeadingLevel?: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | undefined; ariaUseDefaultSummary?: boolean | undefined; locale?: string | undefined; dow?: number | undefined; legendValues?: ",
"MakeOverridesSerializable",
"<",
"LegendValue",
"[] | undefined>; legendMaxDepth?: number | undefined; legendSize?: number | undefined; flatLegend?: boolean | undefined; debugState?: boolean | undefined; onProjectionClick?: \"ignore\" | undefined; onElementClick?: \"ignore\" | undefined; onElementOver?: \"ignore\" | undefined; onElementOut?: \"ignore\" | undefined; onBrushEnd?: \"ignore\" | undefined; onWillRender?: \"ignore\" | undefined; onProjectionAreaChange?: \"ignore\" | undefined; xDomain?: ",
"MakeOverridesSerializable",
"<",
"CustomXDomain",
" | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ",
"LegendStrategy",
" | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> & Partial<Record<\"chart\", { title?: string | undefined; description?: string | undefined; }>>) | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.EXPRESSION_HEATMAP_NAME",
"type": "string",
"tags": [],
"label": "EXPRESSION_HEATMAP_NAME",
"description": [],
"signature": [
"\"heatmap\""
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.FormatFactory",
"type": "Type",
"tags": [],
"label": "FormatFactory",
"description": [],
"signature": [
"(mapping?: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
"> | undefined) => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormat",
"text": "FieldFormat"
}
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.FormatFactory.$1",
"type": "Object",
"tags": [],
"label": "mapping",
"description": [],
"signature": [
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
"> | undefined"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapExpressionFunctionDefinition",
"type": "Type",
"tags": [],
"label": "HeatmapExpressionFunctionDefinition",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionFunctionDefinition",
"text": "ExpressionFunctionDefinition"
},
"<\"heatmap\", ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
", ",
{
"pluginId": "expressionHeatmap",
"scope": "common",
"docId": "kibExpressionHeatmapPluginApi",
"section": "def-common.HeatmapArguments",
"text": "HeatmapArguments"
},
", ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionValueRender",
"text": "ExpressionValueRender"
},
"<",
{
"pluginId": "expressionHeatmap",
"scope": "common",
"docId": "kibExpressionHeatmapPluginApi",
"section": "def-common.HeatmapExpressionProps",
"text": "HeatmapExpressionProps"
},
">, ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
"<",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.DefaultInspectorAdapters",
"text": "DefaultInspectorAdapters"
},
">>"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapGridConfigResult",
"type": "Type",
"tags": [],
"label": "HeatmapGridConfigResult",
"description": [],
"signature": [
"HeatmapGridConfig",
" & { type: \"heatmap_grid\"; }"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapGridExpressionFunctionDefinition",
"type": "Type",
"tags": [],
"label": "HeatmapGridExpressionFunctionDefinition",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionFunctionDefinition",
"text": "ExpressionFunctionDefinition"
},
"<\"heatmap_grid\", null, ",
"HeatmapGridConfig",
", ",
{
"pluginId": "expressionHeatmap",
"scope": "common",
"docId": "kibExpressionHeatmapPluginApi",
"section": "def-common.HeatmapGridConfigResult",
"text": "HeatmapGridConfigResult"
},
", ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
"<",
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
},
">>"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapLegendConfigResult",
"type": "Type",
"tags": [],
"label": "HeatmapLegendConfigResult",
"description": [],
"signature": [
"HeatmapLegendConfig",
" & { type: \"heatmap_legend\"; }"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapLegendExpressionFunctionDefinition",
"type": "Type",
"tags": [],
"label": "HeatmapLegendExpressionFunctionDefinition",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionFunctionDefinition",
"text": "ExpressionFunctionDefinition"
},
"<\"heatmap_legend\", null, ",
"HeatmapLegendConfig",
", ",
{
"pluginId": "expressionHeatmap",
"scope": "common",
"docId": "kibExpressionHeatmapPluginApi",
"section": "def-common.HeatmapLegendConfigResult",
"text": "HeatmapLegendConfigResult"
},
", ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
"<",
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
},
">>"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.HeatmapRenderProps",
"type": "Type",
"tags": [],
"label": "HeatmapRenderProps",
"description": [],
"signature": [
{
"pluginId": "expressionHeatmap",
"scope": "common",
"docId": "kibExpressionHeatmapPluginApi",
"section": "def-common.HeatmapExpressionProps",
"text": "HeatmapExpressionProps"
},
" & { timeZone?: string | undefined; formatFactory: ",
{
"pluginId": "expressionHeatmap",
"scope": "common",
"docId": "kibExpressionHeatmapPluginApi",
"section": "def-common.FormatFactory",
"text": "FormatFactory"
},
"; chartsThemeService: Omit<",
"ThemeService",
", \"init\">; chartsActiveCursorService: ",
"ActiveCursor",
"; datatableUtilities: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.DatatableUtilitiesService",
"text": "DatatableUtilitiesService"
},
"; onClickValue: (data: { data: { table: Pick<",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
", \"columns\" | \"rows\">; column: number; row: number; value: any; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; }) => void; onSelectRange: (data: { table: ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
"; column: number; range: number[]; timeFieldName?: string | undefined; }) => void; onClickMultiValue: (data: { data: { table: Pick<",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.Datatable",
"text": "Datatable"
},
", \"columns\" | \"rows\">; cells: { column: number; row: number; }[]; relation?: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.BooleanRelation",
"text": "BooleanRelation"
},
" | undefined; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; }) => void; paletteService: ",
{
"pluginId": "@kbn/coloring",
"scope": "common",
"docId": "kibKbnColoringPluginApi",
"section": "def-common.PaletteRegistry",
"text": "PaletteRegistry"
},
"; uiState: ",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.PersistedState",
"text": "PersistedState"
},
"; interactive: boolean; syncTooltips: boolean; syncCursor: boolean; renderComplete: () => void; }"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.PLUGIN_ID",
"type": "string",
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"expressionHeatmap\""
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.PLUGIN_NAME",
"type": "string",
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"signature": [
"\"expressionHeatmap\""
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig",
"type": "Object",
"tags": [],
"label": "heatmapGridConfig",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"heatmap_grid\""
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.aliases",
"type": "Array",
"tags": [],
"label": "aliases",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"heatmap_grid\""
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.inputTypes",
"type": "Array",
"tags": [],
"label": "inputTypes",
"description": [],
"signature": [
"\"null\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args",
"type": "Object",
"tags": [],
"label": "args",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.strokeWidth",
"type": "Object",
"tags": [],
"label": "strokeWidth",
"description": [
"// grid"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.strokeWidth.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"number\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.strokeWidth.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.strokeWidth.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.strokeColor",
"type": "Object",
"tags": [],
"label": "strokeColor",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.strokeColor.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.strokeColor.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.strokeColor.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isCellLabelVisible",
"type": "Object",
"tags": [],
"label": "isCellLabelVisible",
"description": [
"// cells"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isCellLabelVisible.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isCellLabelVisible.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isYAxisLabelVisible",
"type": "Object",
"tags": [],
"label": "isYAxisLabelVisible",
"description": [
"// Y-axis"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isYAxisLabelVisible.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isYAxisLabelVisible.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isYAxisTitleVisible",
"type": "Object",
"tags": [],
"label": "isYAxisTitleVisible",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isYAxisTitleVisible.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isYAxisTitleVisible.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.yTitle",
"type": "Object",
"tags": [],
"label": "yTitle",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.yTitle.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.yTitle.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.yTitle.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isXAxisLabelVisible",
"type": "Object",
"tags": [],
"label": "isXAxisLabelVisible",
"description": [
"// X-axis"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isXAxisLabelVisible.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isXAxisLabelVisible.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.xAxisLabelRotation",
"type": "Object",
"tags": [],
"label": "xAxisLabelRotation",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.xAxisLabelRotation.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"number\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.xAxisLabelRotation.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isXAxisTitleVisible",
"type": "Object",
"tags": [],
"label": "isXAxisTitleVisible",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isXAxisTitleVisible.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.isXAxisTitleVisible.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.xTitle",
"type": "Object",
"tags": [],
"label": "xTitle",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.xTitle.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.xTitle.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.args.xTitle.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.fn",
"type": "Function",
"tags": [],
"label": "fn",
"description": [],
"signature": [
"(input: null, args: ",
"HeatmapGridConfig",
") => { strokeWidth?: number | undefined; strokeColor?: string | undefined; isCellLabelVisible: boolean; isYAxisLabelVisible: boolean; isYAxisTitleVisible: boolean; yTitle?: string | undefined; isXAxisLabelVisible: boolean; xAxisLabelRotation?: number | undefined; isXAxisTitleVisible: boolean; xTitle?: string | undefined; type: \"heatmap_grid\"; }"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.fn.$1",
"type": "Uncategorized",
"tags": [],
"label": "input",
"description": [],
"signature": [
"null"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapGridConfig.fn.$2",
"type": "Object",
"tags": [],
"label": "args",
"description": [],
"signature": [
"HeatmapGridConfig"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig",
"type": "Object",
"tags": [],
"label": "heatmapLegendConfig",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"\"heatmap_legend\""
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.aliases",
"type": "Array",
"tags": [],
"label": "aliases",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"heatmap_legend\""
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.inputTypes",
"type": "Array",
"tags": [],
"label": "inputTypes",
"description": [],
"signature": [
"\"null\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args",
"type": "Object",
"tags": [],
"label": "args",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.isVisible",
"type": "Object",
"tags": [],
"label": "isVisible",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.isVisible.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.isVisible.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.position",
"type": "Object",
"tags": [],
"label": "position",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.position.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.position.default",
"type": "string",
"tags": [],
"label": "default",
"description": [],
"signature": [
"\"right\""
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.position.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"(\"right\" | \"top\" | \"bottom\" | \"left\")[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.position.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.position.strict",
"type": "boolean",
"tags": [],
"label": "strict",
"description": [],
"signature": [
"true"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.maxLines",
"type": "Object",
"tags": [],
"label": "maxLines",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.maxLines.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"number\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.maxLines.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.shouldTruncate",
"type": "Object",
"tags": [],
"label": "shouldTruncate",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.shouldTruncate.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"boolean\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.shouldTruncate.default",
"type": "boolean",
"tags": [],
"label": "default",
"description": [],
"signature": [
"true"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.shouldTruncate.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.legendSize",
"type": "Object",
"tags": [],
"label": "legendSize",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.legendSize.types",
"type": "Array",
"tags": [],
"label": "types",
"description": [],
"signature": [
"\"string\"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.legendSize.default",
"type": "Enum",
"tags": [],
"label": "default",
"description": [],
"signature": [
{
"pluginId": "visualizations",
"scope": "common",
"docId": "kibVisualizationsPluginApi",
"section": "def-common.LegendSize",
"text": "LegendSize"
}
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.legendSize.help",
"type": "string",
"tags": [],
"label": "help",
"description": [],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.legendSize.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
{
"pluginId": "visualizations",
"scope": "common",
"docId": "kibVisualizationsPluginApi",
"section": "def-common.LegendSize",
"text": "LegendSize"
},
"[]"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.args.legendSize.strict",
"type": "boolean",
"tags": [],
"label": "strict",
"description": [],
"signature": [
"true"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.fn",
"type": "Function",
"tags": [],
"label": "fn",
"description": [],
"signature": [
"(input: null, args: ",
"HeatmapLegendConfig",
") => { isVisible: boolean; position: ",
"Position",
"; maxLines?: number | undefined; shouldTruncate?: boolean | undefined; legendSize?: ",
{
"pluginId": "visualizations",
"scope": "common",
"docId": "kibVisualizationsPluginApi",
"section": "def-common.LegendSize",
"text": "LegendSize"
},
" | undefined; type: \"heatmap_legend\"; }"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.fn.$1",
"type": "Uncategorized",
"tags": [],
"label": "input",
"description": [],
"signature": [
"null"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "expressionHeatmap",
"id": "def-common.heatmapLegendConfig.fn.$2",
"type": "Object",
"tags": [],
"label": "args",
"description": [],
"signature": [
"HeatmapLegendConfig"
],
"path": "src/platform/plugins/shared/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
}
]
}
}