{ "id": "@kbn/chart-expressions-common", "client": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [] }, "server": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [] }, "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.extractContainerType", "type": "Function", "tags": [], "label": "extractContainerType", "description": [], "signature": [ "(context?: ", { "pluginId": "@kbn/core-execution-context-common", "scope": "common", "docId": "kibKbnCoreExecutionContextCommonPluginApi", "section": "def-common.KibanaExecutionContext", "text": "KibanaExecutionContext" }, " | undefined) => string | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.extractContainerType.$1", "type": "Object", "tags": [], "label": "context", "description": [], "signature": [ { "pluginId": "@kbn/core-execution-context-common", "scope": "common", "docId": "kibKbnCoreExecutionContextCommonPluginApi", "section": "def-common.KibanaExecutionContext", "text": "KibanaExecutionContext" }, " | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.extractVisualizationType", "type": "Function", "tags": [], "label": "extractVisualizationType", "description": [], "signature": [ "(context?: ", { "pluginId": "@kbn/core-execution-context-common", "scope": "common", "docId": "kibKbnCoreExecutionContextCommonPluginApi", "section": "def-common.KibanaExecutionContext", "text": "KibanaExecutionContext" }, " | undefined) => string | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.extractVisualizationType.$1", "type": "Object", "tags": [], "label": "context", "description": [], "signature": [ { "pluginId": "@kbn/core-execution-context-common", "scope": "common", "docId": "kibKbnCoreExecutionContextCommonPluginApi", "section": "def-common.KibanaExecutionContext", "text": "KibanaExecutionContext" }, " | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.getColorCategories", "type": "Function", "tags": [], "label": "getColorCategories", "description": [ "\nGet the stringified version of all the categories that needs to be colored in the chart.\nMultifield keys will return as array of string and simple fields (numeric, string) will be returned as a plain unformatted string." ], "signature": [ "(rows: ", { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", "section": "def-common.DatatableRow", "text": "DatatableRow" }, "[], accessor: string | undefined) => (string | string[])[]" ], "path": "src/plugins/chart_expressions/common/color_categories.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.getColorCategories.$1", "type": "Array", "tags": [], "label": "rows", "description": [], "signature": [ { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", "section": "def-common.DatatableRow", "text": "DatatableRow" }, "[]" ], "path": "src/plugins/chart_expressions/common/color_categories.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.getColorCategories.$2", "type": "string", "tags": [], "label": "accessor", "description": [], "signature": [ "string | undefined" ], "path": "src/plugins/chart_expressions/common/color_categories.ts", "deprecated": false, "trackAdoption": false, "isRequired": false } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.getOverridesFor", "type": "Function", "tags": [], "label": "getOverridesFor", "description": [ "\nGet an override specification and returns a props object to use directly with the Component" ], "signature": [ "(overrides: O | undefined, componentName: K) => { [k: string]: unknown; }" ], "path": "src/plugins/chart_expressions/common/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.getOverridesFor.$1", "type": "Uncategorized", "tags": [], "label": "overrides", "description": [ "Overrides object" ], "signature": [ "O | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false }, { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.getOverridesFor.$2", "type": "Uncategorized", "tags": [], "label": "componentName", "description": [ "name of the Component to look for (i.e. \"settings\", \"axisX\")" ], "signature": [ "K" ], "path": "src/plugins/chart_expressions/common/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [ "an props object to use directly with the component" ], "initialIsOpen": false }, { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.isOnAggBasedEditor", "type": "Function", "tags": [], "label": "isOnAggBasedEditor", "description": [], "signature": [ "(context?: ", { "pluginId": "@kbn/core-execution-context-common", "scope": "common", "docId": "kibKbnCoreExecutionContextCommonPluginApi", "section": "def-common.KibanaExecutionContext", "text": "KibanaExecutionContext" }, " | undefined) => boolean" ], "path": "src/plugins/chart_expressions/common/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.isOnAggBasedEditor.$1", "type": "Object", "tags": [], "label": "context", "description": [], "signature": [ { "pluginId": "@kbn/core-execution-context-common", "scope": "common", "docId": "kibKbnCoreExecutionContextCommonPluginApi", "section": "def-common.KibanaExecutionContext", "text": "KibanaExecutionContext" }, " | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false } ], "returnComment": [], "initialIsOpen": false } ], "interfaces": [], "enums": [], "misc": [ { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.MakeOverridesSerializable", "type": "Type", "tags": [], "label": "MakeOverridesSerializable", "description": [], "signature": [ "{ [KeyType in keyof T]: NonNullable extends Function ? \"ignore\" : NonNullable extends React.ReactElement> | React.ReactChildren ? never : NonNullable extends object ? ", { "pluginId": "@kbn/chart-expressions-common", "scope": "common", "docId": "kibKbnChartExpressionsCommonPluginApi", "section": "def-common.MakeOverridesSerializable", "text": "MakeOverridesSerializable" }, " : NonNullable; }" ], "path": "src/plugins/chart_expressions/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/chart-expressions-common", "id": "def-common.Simplify", "type": "Type", "tags": [], "label": "Simplify", "description": [], "signature": [ "{ [KeyType in keyof T]: T[KeyType]; }" ], "path": "src/plugins/chart_expressions/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "objects": [] } }