{ "id": "lens", "client": { "classes": [], "functions": [], "interfaces": [ { "id": "def-public.AxesSettingsConfig", "type": "Interface", "label": "AxesSettingsConfig", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.AxesSettingsConfig.x", "type": "boolean", "label": "x", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 84 } }, { "tags": [], "id": "def-public.AxesSettingsConfig.yLeft", "type": "boolean", "label": "yLeft", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 85 } }, { "tags": [], "id": "def-public.AxesSettingsConfig.yRight", "type": "boolean", "label": "yRight", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 86 } } ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 83 }, "initialIsOpen": false }, { "id": "def-public.CardinalityIndexPatternColumn", "type": "Interface", "label": "CardinalityIndexPatternColumn", "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.CardinalityIndexPatternColumn", "text": "CardinalityIndexPatternColumn" }, " extends ", "FormattedIndexPatternColumn", ",", "FieldBasedIndexPatternColumn" ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.CardinalityIndexPatternColumn.operationType", "type": "string", "label": "operationType", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/cardinality.tsx", "lineNumber": 43 }, "signature": [ "\"cardinality\"" ] } ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/cardinality.tsx", "lineNumber": 40 }, "initialIsOpen": false }, { "id": "def-public.DatatableVisualizationState", "type": "Interface", "label": "DatatableVisualizationState", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.DatatableVisualizationState.columns", "type": "Array", "label": "columns", "description": [], "source": { "path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx", "lineNumber": 43 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.ColumnState", "text": "ColumnState" }, "[]" ] }, { "tags": [], "id": "def-public.DatatableVisualizationState.layerId", "type": "string", "label": "layerId", "description": [], "source": { "path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx", "lineNumber": 44 } }, { "tags": [], "id": "def-public.DatatableVisualizationState.sorting", "type": "Object", "label": "sorting", "description": [], "source": { "path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx", "lineNumber": 45 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.SortingState", "text": "SortingState" }, " | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx", "lineNumber": 42 }, "initialIsOpen": false }, { "id": "def-public.DateHistogramIndexPatternColumn", "type": "Interface", "label": "DateHistogramIndexPatternColumn", "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.DateHistogramIndexPatternColumn", "text": "DateHistogramIndexPatternColumn" }, " extends ", "FieldBasedIndexPatternColumn" ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.DateHistogramIndexPatternColumn.operationType", "type": "string", "label": "operationType", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/date_histogram.tsx", "lineNumber": 44 }, "signature": [ "\"date_histogram\"" ] }, { "tags": [], "id": "def-public.DateHistogramIndexPatternColumn.params", "type": "Object", "label": "params", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/date_histogram.tsx", "lineNumber": 45 }, "signature": [ "{ interval: string; timeZone?: string | undefined; }" ] } ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/date_histogram.tsx", "lineNumber": 43 }, "initialIsOpen": false }, { "id": "def-public.FiltersIndexPatternColumn", "type": "Interface", "label": "FiltersIndexPatternColumn", "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.FiltersIndexPatternColumn", "text": "FiltersIndexPatternColumn" }, " extends ", "BaseIndexPatternColumn" ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.FiltersIndexPatternColumn.operationType", "type": "string", "label": "operationType", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", "lineNumber": 73 }, "signature": [ "\"filters\"" ] }, { "tags": [], "id": "def-public.FiltersIndexPatternColumn.params", "type": "Object", "label": "params", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", "lineNumber": 74 }, "signature": [ "{ filters: ", { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.Filter", "text": "Filter" }, "[]; }" ] } ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", "lineNumber": 72 }, "initialIsOpen": false }, { "id": "def-public.IncompleteColumn", "type": "Interface", "label": "IncompleteColumn", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.IncompleteColumn.operationType", "type": "CompoundType", "label": "operationType", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/column_types.ts", "lineNumber": 46 }, "signature": [ "\"range\" | \"filters\" | \"count\" | \"max\" | \"min\" | \"date_histogram\" | \"sum\" | \"terms\" | \"avg\" | \"median\" | \"cumulative_sum\" | \"derivative\" | \"moving_average\" | \"counter_rate\" | \"cardinality\" | \"percentile\" | \"last_value\" | undefined" ] }, { "tags": [], "id": "def-public.IncompleteColumn.sourceField", "type": "string", "label": "sourceField", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/column_types.ts", "lineNumber": 47 }, "signature": [ "string | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/column_types.ts", "lineNumber": 45 }, "initialIsOpen": false }, { "id": "def-public.IndexPatternPersistedState", "type": "Interface", "label": "IndexPatternPersistedState", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.IndexPatternPersistedState.layers", "type": "Object", "label": "layers", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", "lineNumber": 73 }, "signature": [ "Record>" ] } ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", "lineNumber": 72 }, "initialIsOpen": false }, { "id": "def-public.LastValueIndexPatternColumn", "type": "Interface", "label": "LastValueIndexPatternColumn", "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.LastValueIndexPatternColumn", "text": "LastValueIndexPatternColumn" }, " extends ", "FieldBasedIndexPatternColumn" ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.LastValueIndexPatternColumn.operationType", "type": "string", "label": "operationType", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/last_value.tsx", "lineNumber": 76 }, "signature": [ "\"last_value\"" ] }, { "tags": [], "id": "def-public.LastValueIndexPatternColumn.params", "type": "Object", "label": "params", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/last_value.tsx", "lineNumber": 77 }, "signature": [ "{ sortField: string; format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; }" ] } ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/last_value.tsx", "lineNumber": 75 }, "initialIsOpen": false }, { "id": "def-public.LegendConfig", "type": "Interface", "label": "LegendConfig", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.LegendConfig.isVisible", "type": "boolean", "label": "isVisible", "description": [ "\nFlag whether the legend should be shown. If there is just a single series, it will be hidden" ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 30 } }, { "tags": [], "id": "def-public.LegendConfig.position", "type": "CompoundType", "label": "position", "description": [ "\nPosition of the legend relative to the chart" ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 34 }, "signature": [ "node_modules/utility-types/dist/utility-types", "$Values>" ] }, { "tags": [], "id": "def-public.LegendConfig.showSingleSeries", "type": "CompoundType", "label": "showSingleSeries", "description": [ "\nFlag whether the legend should be shown even with just a single series" ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 38 }, "signature": [ "boolean | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 26 }, "initialIsOpen": false }, { "id": "def-public.LensPublicStart", "type": "Interface", "label": "LensPublicStart", "description": [], "tags": [], "children": [ { "tags": [ "experimental" ], "id": "def-public.LensPublicStart.EmbeddableComponent", "type": "CompoundType", "label": "EmbeddableComponent", "description": [ "\nReact component which can be used to embed a Lens visualization into another application.\nSee `x-pack/examples/embedded_lens_example` for exemplary usage.\n\nThis API might undergo breaking changes even in minor versions.\n" ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", "lineNumber": 90 }, "signature": [ "React.ComponentType<", { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.EmbeddableComponentProps", "text": "EmbeddableComponentProps" }, ">" ] }, { "tags": [ "experimental" ], "id": "def-public.LensPublicStart.navigateToPrefilledEditor", "type": "Function", "label": "navigateToPrefilledEditor", "description": [ "\nMethod which navigates to the Lens editor, loading the state specified by the `input` parameter.\nSee `x-pack/examples/embedded_lens_example` for exemplary usage.\n\nThis API might undergo breaking changes even in minor versions.\n" ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", "lineNumber": 99 }, "signature": [ "(input: ", { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.LensEmbeddableInput", "text": "LensEmbeddableInput" }, ") => void" ] }, { "tags": [], "id": "def-public.LensPublicStart.canUseEditor", "type": "Function", "label": "canUseEditor", "description": [ "\nMethod which returns true if the user has permission to use Lens as defined by application capabilities." ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", "lineNumber": 103 }, "signature": [ "() => boolean" ] } ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", "lineNumber": 81 }, "initialIsOpen": false }, { "id": "def-public.MetricState", "type": "Interface", "label": "MetricState", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.MetricState.layerId", "type": "string", "label": "layerId", "description": [], "source": { "path": "x-pack/plugins/lens/public/metric_visualization/types.ts", "lineNumber": 9 } }, { "tags": [], "id": "def-public.MetricState.accessor", "type": "string", "label": "accessor", "description": [], "source": { "path": "x-pack/plugins/lens/public/metric_visualization/types.ts", "lineNumber": 10 }, "signature": [ "string | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/public/metric_visualization/types.ts", "lineNumber": 8 }, "initialIsOpen": false }, { "id": "def-public.PercentileIndexPatternColumn", "type": "Interface", "label": "PercentileIndexPatternColumn", "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.PercentileIndexPatternColumn", "text": "PercentileIndexPatternColumn" }, " extends ", "FieldBasedIndexPatternColumn" ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.PercentileIndexPatternColumn.operationType", "type": "string", "label": "operationType", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/percentile.tsx", "lineNumber": 24 }, "signature": [ "\"percentile\"" ] }, { "tags": [], "id": "def-public.PercentileIndexPatternColumn.params", "type": "Object", "label": "params", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/percentile.tsx", "lineNumber": 25 }, "signature": [ "{ percentile: number; format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; }" ] } ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/percentile.tsx", "lineNumber": 23 }, "initialIsOpen": false }, { "id": "def-public.PieVisualizationState", "type": "Interface", "label": "PieVisualizationState", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.PieVisualizationState.shape", "type": "CompoundType", "label": "shape", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 27 }, "signature": [ "\"donut\" | \"pie\" | \"treemap\"" ] }, { "tags": [], "id": "def-public.PieVisualizationState.layers", "type": "Array", "label": "layers", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 28 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.PieLayerState", "text": "PieLayerState" }, "[]" ] }, { "tags": [], "id": "def-public.PieVisualizationState.palette", "type": "Object", "label": "palette", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 29 }, "signature": [ { "pluginId": "charts", "scope": "common", "docId": "kibChartsPluginApi", "section": "def-common.PaletteOutput", "text": "PaletteOutput" }, " | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 26 }, "initialIsOpen": false }, { "id": "def-public.RangeIndexPatternColumn", "type": "Interface", "label": "RangeIndexPatternColumn", "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.RangeIndexPatternColumn", "text": "RangeIndexPatternColumn" }, " extends ", "FieldBasedIndexPatternColumn" ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.RangeIndexPatternColumn.operationType", "type": "string", "label": "operationType", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/ranges/ranges.tsx", "lineNumber": 37 }, "signature": [ "\"range\"" ] }, { "tags": [], "id": "def-public.RangeIndexPatternColumn.params", "type": "Object", "label": "params", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/ranges/ranges.tsx", "lineNumber": 38 }, "signature": [ "{ type: ", { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.MODES_TYPES", "text": "MODES_TYPES" }, "; maxBars: number | \"auto\"; ranges: ", { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.RangeTypeLens", "text": "RangeTypeLens" }, "[]; format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; parentFormat?: { id: string; params?: { id?: string | undefined; template?: string | undefined; replaceInfinity?: boolean | undefined; } | undefined; } | undefined; }" ] } ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/ranges/ranges.tsx", "lineNumber": 36 }, "initialIsOpen": false }, { "id": "def-public.SharedPieLayerState", "type": "Interface", "label": "SharedPieLayerState", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.SharedPieLayerState.groups", "type": "Array", "label": "groups", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 12 }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-public.SharedPieLayerState.metric", "type": "string", "label": "metric", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 13 }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-public.SharedPieLayerState.numberDisplay", "type": "CompoundType", "label": "numberDisplay", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 14 }, "signature": [ "\"hidden\" | \"value\" | \"percent\"" ] }, { "tags": [], "id": "def-public.SharedPieLayerState.categoryDisplay", "type": "CompoundType", "label": "categoryDisplay", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 15 }, "signature": [ "\"default\" | \"hide\" | \"inside\"" ] }, { "tags": [], "id": "def-public.SharedPieLayerState.legendDisplay", "type": "CompoundType", "label": "legendDisplay", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 16 }, "signature": [ "\"default\" | \"hide\" | \"show\"" ] }, { "tags": [], "id": "def-public.SharedPieLayerState.legendPosition", "type": "CompoundType", "label": "legendPosition", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 17 }, "signature": [ "\"top\" | \"bottom\" | \"left\" | \"right\" | undefined" ] }, { "tags": [], "id": "def-public.SharedPieLayerState.nestedLegend", "type": "CompoundType", "label": "nestedLegend", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 18 }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-public.SharedPieLayerState.percentDecimals", "type": "number", "label": "percentDecimals", "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 19 }, "signature": [ "number | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 11 }, "initialIsOpen": false }, { "id": "def-public.TermsIndexPatternColumn", "type": "Interface", "label": "TermsIndexPatternColumn", "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.TermsIndexPatternColumn", "text": "TermsIndexPatternColumn" }, " extends ", "FieldBasedIndexPatternColumn" ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.TermsIndexPatternColumn.operationType", "type": "string", "label": "operationType", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", "lineNumber": 59 }, "signature": [ "\"terms\"" ] }, { "tags": [], "id": "def-public.TermsIndexPatternColumn.params", "type": "Object", "label": "params", "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", "lineNumber": 60 }, "signature": [ "{ size: number; orderBy: { type: \"alphabetical\"; } | { type: \"column\"; columnId: string; }; orderDirection: \"asc\" | \"desc\"; otherBucket?: boolean | undefined; missingBucket?: boolean | undefined; format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; }" ] } ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", "lineNumber": 58 }, "initialIsOpen": false }, { "id": "def-public.XYLayerConfig", "type": "Interface", "label": "XYLayerConfig", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.XYLayerConfig.hide", "type": "CompoundType", "label": "hide", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 377 }, "signature": [ "boolean | undefined" ] }, { "tags": [], "id": "def-public.XYLayerConfig.layerId", "type": "string", "label": "layerId", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 378 } }, { "tags": [], "id": "def-public.XYLayerConfig.xAccessor", "type": "string", "label": "xAccessor", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 379 }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-public.XYLayerConfig.accessors", "type": "Array", "label": "accessors", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 380 }, "signature": [ "string[]" ] }, { "tags": [], "id": "def-public.XYLayerConfig.yConfig", "type": "Array", "label": "yConfig", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 381 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.YConfig", "text": "YConfig" }, "[] | undefined" ] }, { "tags": [], "id": "def-public.XYLayerConfig.seriesType", "type": "CompoundType", "label": "seriesType", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 382 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.SeriesType", "text": "SeriesType" } ] }, { "tags": [], "id": "def-public.XYLayerConfig.splitAccessor", "type": "string", "label": "splitAccessor", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 383 }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-public.XYLayerConfig.palette", "type": "Object", "label": "palette", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 384 }, "signature": [ { "pluginId": "charts", "scope": "common", "docId": "kibChartsPluginApi", "section": "def-common.PaletteOutput", "text": "PaletteOutput" }, " | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 376 }, "initialIsOpen": false }, { "id": "def-public.XYState", "type": "Interface", "label": "XYState", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-public.XYState.preferredSeriesType", "type": "CompoundType", "label": "preferredSeriesType", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 420 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.SeriesType", "text": "SeriesType" } ] }, { "tags": [], "id": "def-public.XYState.legend", "type": "Object", "label": "legend", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 421 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.LegendConfig", "text": "LegendConfig" } ] }, { "tags": [], "id": "def-public.XYState.valueLabels", "type": "CompoundType", "label": "valueLabels", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 422 }, "signature": [ "\"hide\" | \"inside\" | \"outside\" | undefined" ] }, { "tags": [], "id": "def-public.XYState.fittingFunction", "type": "CompoundType", "label": "fittingFunction", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 423 }, "signature": [ "\"None\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | undefined" ] }, { "tags": [], "id": "def-public.XYState.layers", "type": "Array", "label": "layers", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 424 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.XYLayerConfig", "text": "XYLayerConfig" }, "[]" ] }, { "tags": [], "id": "def-public.XYState.xTitle", "type": "string", "label": "xTitle", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 425 }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-public.XYState.yTitle", "type": "string", "label": "yTitle", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 426 }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-public.XYState.yRightTitle", "type": "string", "label": "yRightTitle", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 427 }, "signature": [ "string | undefined" ] }, { "tags": [], "id": "def-public.XYState.axisTitlesVisibilitySettings", "type": "Object", "label": "axisTitlesVisibilitySettings", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 428 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.AxesSettingsConfig", "text": "AxesSettingsConfig" }, " | undefined" ] }, { "tags": [], "id": "def-public.XYState.tickLabelsVisibilitySettings", "type": "Object", "label": "tickLabelsVisibilitySettings", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 429 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.AxesSettingsConfig", "text": "AxesSettingsConfig" }, " | undefined" ] }, { "tags": [], "id": "def-public.XYState.gridlinesVisibilitySettings", "type": "Object", "label": "gridlinesVisibilitySettings", "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 430 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.AxesSettingsConfig", "text": "AxesSettingsConfig" }, " | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 419 }, "initialIsOpen": false } ], "enums": [], "misc": [ { "id": "def-public.AvgIndexPatternColumn", "type": "Type", "label": "AvgIndexPatternColumn", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/metrics.tsx", "lineNumber": 127 }, "signature": [ "BaseIndexPatternColumn & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: \"avg\"; }" ], "initialIsOpen": false }, { "id": "def-public.CounterRateIndexPatternColumn", "type": "Type", "label": "CounterRateIndexPatternColumn", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/counter_rate.tsx", "lineNumber": 35 }, "signature": [ "BaseIndexPatternColumn", " & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ReferenceBasedIndexPatternColumn & { operationType: 'counter_rate'; }" ], "initialIsOpen": false }, { "id": "def-public.CountIndexPatternColumn", "type": "Type", "label": "CountIndexPatternColumn", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/count.tsx", "lineNumber": 24 }, "signature": [ "BaseIndexPatternColumn", " & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: 'count'; }" ], "initialIsOpen": false }, { "id": "def-public.CumulativeSumIndexPatternColumn", "type": "Type", "label": "CumulativeSumIndexPatternColumn", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/cumulative_sum.tsx", "lineNumber": 33 }, "signature": [ "BaseIndexPatternColumn", " & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ReferenceBasedIndexPatternColumn & { operationType: 'cumulative_sum'; }" ], "initialIsOpen": false }, { "id": "def-public.DerivativeIndexPatternColumn", "type": "Type", "label": "DerivativeIndexPatternColumn", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/derivative.tsx", "lineNumber": 35 }, "signature": [ "BaseIndexPatternColumn", " & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ReferenceBasedIndexPatternColumn & { operationType: 'derivative'; }" ], "initialIsOpen": false }, { "id": "def-public.EmbeddableComponentProps", "type": "Type", "label": "EmbeddableComponentProps", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable_component.tsx", "lineNumber": 46 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.TypedLensByValueInput", "text": "TypedLensByValueInput" }, " | ", "LensByReferenceInput" ], "initialIsOpen": false }, { "id": "def-public.IndexPatternColumn", "type": "Type", "label": "IndexPatternColumn", "tags": [], "description": [ "\nA union type of all available column types. If a column is of an unknown type somewhere\nwithing the indexpattern data source it should be typed as `IndexPatternColumn` to make\ntypeguards possible that consider all available column types." ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/index.ts", "lineNumber": 52 }, "signature": [ { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.FiltersIndexPatternColumn", "text": "FiltersIndexPatternColumn" }, " | ", { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.RangeIndexPatternColumn", "text": "RangeIndexPatternColumn" }, " | ", { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.TermsIndexPatternColumn", "text": "TermsIndexPatternColumn" }, " | ", { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.DateHistogramIndexPatternColumn", "text": "DateHistogramIndexPatternColumn" }, " | MetricColumn<\"min\"> | MetricColumn<\"max\"> | MetricColumn<\"avg\"> | ", { "pluginId": "lens", "scope": "public", "docId": "kibLensPluginApi", "section": "def-public.CardinalityIndexPatternColumn", "text": "CardinalityIndexPatternColumn" } ], "initialIsOpen": false }, { "id": "def-public.MaxIndexPatternColumn", "type": "Type", "label": "MaxIndexPatternColumn", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/metrics.tsx", "lineNumber": 129 }, "signature": [ "BaseIndexPatternColumn & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: \"max\"; }" ], "initialIsOpen": false }, { "id": "def-public.MedianIndexPatternColumn", "type": "Type", "label": "MedianIndexPatternColumn", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/metrics.tsx", "lineNumber": 130 }, "signature": [ "BaseIndexPatternColumn & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: \"median\"; }" ], "initialIsOpen": false }, { "id": "def-public.MinIndexPatternColumn", "type": "Type", "label": "MinIndexPatternColumn", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/metrics.tsx", "lineNumber": 128 }, "signature": [ "BaseIndexPatternColumn & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: \"min\"; }" ], "initialIsOpen": false }, { "id": "def-public.MovingAverageIndexPatternColumn", "type": "Type", "label": "MovingAverageIndexPatternColumn", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/moving_average.tsx", "lineNumber": 40 }, "signature": [ "BaseIndexPatternColumn", " & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ReferenceBasedIndexPatternColumn & { operationType: 'moving_average'; params: { window: number;}; }" ], "initialIsOpen": false }, { "id": "def-public.OperationType", "type": "Type", "label": "OperationType", "tags": [], "description": [ "\nA union type of all available operation types. The operation type is a unique id of an operation.\nEach column is assigned to exactly one operation type." ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/index.ts", "lineNumber": 406 }, "signature": [ "\"range\" | \"filters\" | \"count\" | \"max\" | \"min\" | \"date_histogram\" | \"sum\" | \"terms\" | \"avg\" | \"median\" | \"cumulative_sum\" | \"derivative\" | \"moving_average\" | \"counter_rate\" | \"cardinality\" | \"percentile\" | \"last_value\"" ], "initialIsOpen": false }, { "id": "def-public.PersistedIndexPatternLayer", "type": "Type", "label": "PersistedIndexPatternLayer", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", "lineNumber": 76 }, "signature": [ "{ columns: Record; columnOrder: string[]; incompleteColumns?: Record | undefined; }" ], "initialIsOpen": false }, { "id": "def-public.PieLayerState", "type": "Type", "label": "PieLayerState", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", "lineNumber": 22 }, "signature": [ "SharedPieLayerState & { layerId: string; }" ], "initialIsOpen": false }, { "id": "def-public.SeriesType", "type": "Type", "label": "SeriesType", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 354 }, "signature": [ "\"area\" | \"line\" | \"bar\" | \"bar_horizontal\" | \"bar_stacked\" | \"bar_percentage_stacked\" | \"bar_horizontal_stacked\" | \"bar_horizontal_percentage_stacked\" | \"area_stacked\" | \"area_percentage_stacked\"" ], "initialIsOpen": false }, { "id": "def-public.SumIndexPatternColumn", "type": "Type", "label": "SumIndexPatternColumn", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/metrics.tsx", "lineNumber": 126 }, "signature": [ "BaseIndexPatternColumn & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: \"sum\"; }" ], "initialIsOpen": false }, { "id": "def-public.TypedLensByValueInput", "type": "Type", "label": "TypedLensByValueInput", "tags": [], "description": [ "\nType-safe variant of by value embeddable input for Lens.\nThis can be used to hardcode certain Lens chart configurations within another app." ], "source": { "path": "x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable_component.tsx", "lineNumber": 38 }, "signature": [ "Pick & { attributes: LensAttributes<'lnsXY', XYState> | LensAttributes<'lnsPie', PieVisualizationState> | LensAttributes<'lnsDatatable', DatatableVisualizationState> | LensAttributes<'lnsMetric', MetricState>; }" ], "initialIsOpen": false }, { "id": "def-public.ValueLabelConfig", "type": "Type", "label": "ValueLabelConfig", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 368 }, "signature": [ "\"hide\" | \"inside\" | \"outside\"" ], "initialIsOpen": false }, { "id": "def-public.YAxisMode", "type": "Type", "label": "YAxisMode", "tags": [], "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", "lineNumber": 366 }, "signature": [ "\"left\" | \"right\" | \"auto\"" ], "initialIsOpen": false } ], "objects": [] }, "server": { "classes": [ { "id": "def-server.LensServerPlugin", "type": "Class", "tags": [], "label": "LensServerPlugin", "description": [], "signature": [ { "pluginId": "lens", "scope": "server", "docId": "kibLensPluginApi", "section": "def-server.LensServerPlugin", "text": "LensServerPlugin" }, " implements ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.Plugin", "text": "Plugin" }, "<{}, {}, {}, {}>" ], "children": [ { "id": "def-server.LensServerPlugin.Unnamed", "type": "Function", "label": "Constructor", "signature": [ "any" ], "description": [], "children": [ { "type": "Object", "label": "initializerContext", "isRequired": true, "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "" ], "description": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 35 } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 35 } }, { "id": "def-server.LensServerPlugin.setup", "type": "Function", "label": "setup", "signature": [ "(core: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", { "pluginId": "lens", "scope": "server", "docId": "kibLensPluginApi", "section": "def-server.PluginStartContract", "text": "PluginStartContract" }, ", unknown>, plugins: ", { "pluginId": "lens", "scope": "server", "docId": "kibLensPluginApi", "section": "def-server.PluginSetupContract", "text": "PluginSetupContract" }, ") => {}" ], "description": [], "children": [ { "type": "Object", "label": "core", "isRequired": true, "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", { "pluginId": "lens", "scope": "server", "docId": "kibLensPluginApi", "section": "def-server.PluginStartContract", "text": "PluginStartContract" }, ", unknown>" ], "description": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 39 } }, { "type": "Object", "label": "plugins", "isRequired": true, "signature": [ { "pluginId": "lens", "scope": "server", "docId": "kibLensPluginApi", "section": "def-server.PluginSetupContract", "text": "PluginSetupContract" } ], "description": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 39 } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 39 } }, { "id": "def-server.LensServerPlugin.start", "type": "Function", "label": "start", "signature": [ "(core: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreStart", "text": "CoreStart" }, ", plugins: ", { "pluginId": "lens", "scope": "server", "docId": "kibLensPluginApi", "section": "def-server.PluginStartContract", "text": "PluginStartContract" }, ") => {}" ], "description": [], "children": [ { "type": "Object", "label": "core", "isRequired": true, "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", "section": "def-server.CoreStart", "text": "CoreStart" } ], "description": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 59 } }, { "type": "Object", "label": "plugins", "isRequired": true, "signature": [ { "pluginId": "lens", "scope": "server", "docId": "kibLensPluginApi", "section": "def-server.PluginStartContract", "text": "PluginStartContract" } ], "description": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 59 } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 59 } }, { "id": "def-server.LensServerPlugin.stop", "type": "Function", "label": "stop", "signature": [ "() => void" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 66 } } ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 31 }, "initialIsOpen": false } ], "functions": [], "interfaces": [ { "id": "def-server.PluginSetupContract", "type": "Interface", "label": "PluginSetupContract", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.PluginSetupContract.usageCollection", "type": "Object", "label": "usageCollection", "description": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 22 }, "signature": [ "Pick<", { "pluginId": "usageCollection", "scope": "server", "docId": "kibUsageCollectionPluginApi", "section": "def-server.CollectorSet", "text": "CollectorSet" }, ", \"makeStatsCollector\" | \"makeUsageCollector\" | \"registerCollector\" | \"getCollectorByType\" | \"areAllCollectorsReady\" | \"bulkFetch\" | \"bulkFetchUsage\" | \"toObject\" | \"toApiFieldNames\"> | undefined" ] }, { "tags": [], "id": "def-server.PluginSetupContract.taskManager", "type": "CompoundType", "label": "taskManager", "description": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 23 }, "signature": [ { "pluginId": "taskManager", "scope": "server", "docId": "kibTaskManagerPluginApi", "section": "def-server.TaskManagerSetupContract", "text": "TaskManagerSetupContract" }, " | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 21 }, "initialIsOpen": false }, { "id": "def-server.PluginStartContract", "type": "Interface", "label": "PluginStartContract", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-server.PluginStartContract.taskManager", "type": "CompoundType", "label": "taskManager", "description": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 27 }, "signature": [ { "pluginId": "taskManager", "scope": "server", "docId": "kibTaskManagerPluginApi", "section": "def-server.TaskManagerStartContract", "text": "TaskManagerStartContract" }, " | undefined" ] }, { "tags": [], "id": "def-server.PluginStartContract.data", "type": "Object", "label": "data", "description": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 28 }, "signature": [ { "pluginId": "data", "scope": "server", "docId": "kibDataPluginApi", "section": "def-server.DataPluginStart", "text": "DataPluginStart" } ] } ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", "lineNumber": 26 }, "initialIsOpen": false } ], "enums": [], "misc": [], "objects": [] }, "common": { "classes": [], "functions": [ { "id": "def-common.getBasePath", "type": "Function", "label": "getBasePath", "signature": [ "() => string" ], "description": [], "children": [], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 16 }, "initialIsOpen": false }, { "id": "def-common.getEditPath", "type": "Function", "label": "getEditPath", "signature": [ "(id: string | undefined) => string" ], "description": [], "children": [ { "type": "string", "label": "id", "isRequired": false, "signature": [ "string | undefined" ], "description": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 20 } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 20 }, "initialIsOpen": false }, { "id": "def-common.getFullPath", "type": "Function", "label": "getFullPath", "signature": [ "(id: string | undefined) => string" ], "description": [], "children": [ { "type": "string", "label": "id", "isRequired": false, "signature": [ "string | undefined" ], "description": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 24 } } ], "tags": [], "returnComment": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 24 }, "initialIsOpen": false } ], "interfaces": [ { "id": "def-common.BucketedAggregation", "type": "Interface", "label": "BucketedAggregation", "signature": [ { "pluginId": "lens", "scope": "common", "docId": "kibLensPluginApi", "section": "def-common.BucketedAggregation", "text": "BucketedAggregation" }, "" ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.BucketedAggregation.buckets", "type": "Array", "label": "buckets", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 9 }, "signature": [ "{ key: KeyType; count: number; }[]" ] } ], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 8 }, "initialIsOpen": false }, { "id": "def-common.DateRange", "type": "Interface", "label": "DateRange", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.DateRange.fromDate", "type": "string", "label": "fromDate", "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", "lineNumber": 16 } }, { "tags": [], "id": "def-common.DateRange.toDate", "type": "string", "label": "toDate", "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", "lineNumber": 17 } } ], "source": { "path": "x-pack/plugins/lens/common/types.ts", "lineNumber": 15 }, "initialIsOpen": false }, { "id": "def-common.ExistingFields", "type": "Interface", "label": "ExistingFields", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.ExistingFields.indexPatternTitle", "type": "string", "label": "indexPatternTitle", "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", "lineNumber": 11 } }, { "tags": [], "id": "def-common.ExistingFields.existingFieldNames", "type": "Array", "label": "existingFieldNames", "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", "lineNumber": 12 }, "signature": [ "string[]" ] } ], "source": { "path": "x-pack/plugins/lens/common/types.ts", "lineNumber": 10 }, "initialIsOpen": false }, { "id": "def-common.FieldStatsResponse", "type": "Interface", "label": "FieldStatsResponse", "signature": [ { "pluginId": "lens", "scope": "common", "docId": "kibLensPluginApi", "section": "def-common.FieldStatsResponse", "text": "FieldStatsResponse" }, "" ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.FieldStatsResponse.totalDocuments", "type": "number", "label": "totalDocuments", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 28 }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-common.FieldStatsResponse.sampledDocuments", "type": "number", "label": "sampledDocuments", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 30 }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-common.FieldStatsResponse.sampledValues", "type": "number", "label": "sampledValues", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 33 }, "signature": [ "number | undefined" ] }, { "tags": [], "id": "def-common.FieldStatsResponse.histogram", "type": "Object", "label": "histogram", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 35 }, "signature": [ { "pluginId": "lens", "scope": "common", "docId": "kibLensPluginApi", "section": "def-common.BucketedAggregation", "text": "BucketedAggregation" }, " | undefined" ] }, { "tags": [], "id": "def-common.FieldStatsResponse.topValues", "type": "Object", "label": "topValues", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 36 }, "signature": [ { "pluginId": "lens", "scope": "common", "docId": "kibLensPluginApi", "section": "def-common.BucketedAggregation", "text": "BucketedAggregation" }, " | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 26 }, "initialIsOpen": false }, { "id": "def-common.NumberStatsResult", "type": "Interface", "label": "NumberStatsResult", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.NumberStatsResult.count", "type": "number", "label": "count", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 16 } }, { "tags": [], "id": "def-common.NumberStatsResult.histogram", "type": "Object", "label": "histogram", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 17 }, "signature": [ { "pluginId": "lens", "scope": "common", "docId": "kibLensPluginApi", "section": "def-common.BucketedAggregation", "text": "BucketedAggregation" }, "" ] }, { "tags": [], "id": "def-common.NumberStatsResult.topValues", "type": "Object", "label": "topValues", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 18 }, "signature": [ { "pluginId": "lens", "scope": "common", "docId": "kibLensPluginApi", "section": "def-common.BucketedAggregation", "text": "BucketedAggregation" }, "" ] } ], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 15 }, "initialIsOpen": false }, { "id": "def-common.PersistableFilter", "type": "Interface", "label": "PersistableFilter", "signature": [ { "pluginId": "lens", "scope": "common", "docId": "kibLensPluginApi", "section": "def-common.PersistableFilter", "text": "PersistableFilter" }, " extends ", { "pluginId": "data", "scope": "common", "docId": "kibDataPluginApi", "section": "def-common.Filter", "text": "Filter" } ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.PersistableFilter.meta", "type": "Object", "label": "meta", "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", "lineNumber": 25 }, "signature": [ { "pluginId": "lens", "scope": "common", "docId": "kibLensPluginApi", "section": "def-common.PersistableFilterMeta", "text": "PersistableFilterMeta" } ] } ], "source": { "path": "x-pack/plugins/lens/common/types.ts", "lineNumber": 24 }, "initialIsOpen": false }, { "id": "def-common.PersistableFilterMeta", "type": "Interface", "label": "PersistableFilterMeta", "signature": [ { "pluginId": "lens", "scope": "common", "docId": "kibLensPluginApi", "section": "def-common.PersistableFilterMeta", "text": "PersistableFilterMeta" }, " extends ", { "pluginId": "data", "scope": "common", "docId": "kibDataPluginApi", "section": "def-common.FilterMeta", "text": "FilterMeta" } ], "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.PersistableFilterMeta.indexRefName", "type": "string", "label": "indexRefName", "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", "lineNumber": 21 }, "signature": [ "string | undefined" ] } ], "source": { "path": "x-pack/plugins/lens/common/types.ts", "lineNumber": 20 }, "initialIsOpen": false }, { "id": "def-common.TopValuesResult", "type": "Interface", "label": "TopValuesResult", "description": [], "tags": [], "children": [ { "tags": [], "id": "def-common.TopValuesResult.count", "type": "number", "label": "count", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 22 } }, { "tags": [], "id": "def-common.TopValuesResult.topValues", "type": "Object", "label": "topValues", "description": [], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 23 }, "signature": [ { "pluginId": "lens", "scope": "common", "docId": "kibLensPluginApi", "section": "def-common.BucketedAggregation", "text": "BucketedAggregation" }, "" ] } ], "source": { "path": "x-pack/plugins/lens/common/api.ts", "lineNumber": 21 }, "initialIsOpen": false } ], "enums": [], "misc": [ { "tags": [], "id": "def-common.APP_ID", "type": "string", "label": "APP_ID", "description": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 9 }, "signature": [ "\"lens\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.BASE_API_URL", "type": "string", "label": "BASE_API_URL", "description": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 13 }, "signature": [ "\"/api/lens\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.DOC_TYPE", "type": "string", "label": "DOC_TYPE", "description": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 11 }, "signature": [ "\"lens\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.LENS_EDIT_BY_VALUE", "type": "string", "label": "LENS_EDIT_BY_VALUE", "description": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 14 }, "signature": [ "\"edit_by_value\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.LENS_EMBEDDABLE_TYPE", "type": "string", "label": "LENS_EMBEDDABLE_TYPE", "description": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 10 }, "signature": [ "\"lens\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.NOT_INTERNATIONALIZED_PRODUCT_NAME", "type": "string", "label": "NOT_INTERNATIONALIZED_PRODUCT_NAME", "description": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 12 }, "signature": [ "\"Lens Visualizations\"" ], "initialIsOpen": false }, { "tags": [], "id": "def-common.PLUGIN_ID", "type": "string", "label": "PLUGIN_ID", "description": [], "source": { "path": "x-pack/plugins/lens/common/constants.ts", "lineNumber": 8 }, "signature": [ "\"lens\"" ], "initialIsOpen": false } ], "objects": [] } }