mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
6226 lines
No EOL
228 KiB
JSON
6226 lines
No EOL
228 KiB
JSON
{
|
|
"id": "@kbn/unified-field-list",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.convertFieldsToFallbackFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "convertFieldsToFallbackFields",
|
|
"description": [
|
|
"\nConverts fields to fallback fields where necessary, e.g. in the case of Smart Fields which\ndon't map 1:1 with a real backing field."
|
|
],
|
|
"signature": [
|
|
"(props: FieldsInfo) => string[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.convertFieldsToFallbackFields.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"FieldsInfo"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButton",
|
|
"type": "Function",
|
|
"tags": [
|
|
"constructor"
|
|
],
|
|
"label": "FieldItemButton",
|
|
"description": [
|
|
"\nField list item component"
|
|
],
|
|
"signature": [
|
|
"({\n field,\n fieldSearchHighlight,\n isSelected,\n isActive,\n isEmpty,\n infoIcon,\n className,\n getCustomFieldType,\n dataTestSubj,\n size,\n withDragIcon,\n onClick,\n shouldAlwaysShowAction,\n buttonAddFieldToWorkspaceProps,\n buttonRemoveFieldFromWorkspaceProps,\n onAddFieldToWorkspace,\n onRemoveFieldFromWorkspace,\n ...otherProps\n}: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldItemButtonProps",
|
|
"text": "FieldItemButtonProps"
|
|
},
|
|
"<T>) => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButton.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n field,\n fieldSearchHighlight,\n isSelected,\n isActive,\n isEmpty,\n infoIcon,\n className,\n getCustomFieldType,\n dataTestSubj,\n size,\n withDragIcon,\n onClick,\n shouldAlwaysShowAction,\n buttonAddFieldToWorkspaceProps,\n buttonRemoveFieldFromWorkspaceProps,\n onAddFieldToWorkspace,\n onRemoveFieldFromWorkspace,\n ...otherProps\n}",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldItemButtonProps",
|
|
"text": "FieldItemButtonProps"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldList",
|
|
"type": "Function",
|
|
"tags": [
|
|
"constructor"
|
|
],
|
|
"label": "FieldList",
|
|
"description": [
|
|
"\nA top level wrapper for field list components (filters and field list groups)"
|
|
],
|
|
"signature": [
|
|
"({ \"data-test-subj\": dataTestSubject, isProcessing, prepend, append, className, children, }: React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListProps",
|
|
"text": "FieldListProps"
|
|
},
|
|
">) => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldList.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{\n 'data-test-subj': dataTestSubject = 'fieldList',\n isProcessing,\n prepend,\n append,\n className,\n children,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListProps",
|
|
"text": "FieldListProps"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFilters",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "FieldListFilters",
|
|
"description": [],
|
|
"signature": [
|
|
"<T extends ",
|
|
{
|
|
"pluginId": "@kbn/field-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnFieldUtilsPluginApi",
|
|
"section": "def-common.FieldBase",
|
|
"text": "FieldBase"
|
|
},
|
|
" = ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
">(props: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListFiltersProps",
|
|
"text": "FieldListFiltersProps"
|
|
},
|
|
"<T>) => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFilters.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListFiltersProps",
|
|
"text": "FieldListFiltersProps"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGrouped",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "FieldListGrouped",
|
|
"description": [],
|
|
"signature": [
|
|
"<T extends ",
|
|
{
|
|
"pluginId": "@kbn/field-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnFieldUtilsPluginApi",
|
|
"section": "def-common.FieldBase",
|
|
"text": "FieldBase"
|
|
},
|
|
" = ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
">(props: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListGroupedProps",
|
|
"text": "FieldListGroupedProps"
|
|
},
|
|
"<T>) => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGrouped.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListGroupedProps",
|
|
"text": "FieldListGroupedProps"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopover",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "FieldPopover",
|
|
"description": [],
|
|
"signature": [
|
|
"({ isOpen, closePopover, renderHeader, renderContent, renderFooter, ...otherPopoverProps }: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldPopoverProps",
|
|
"text": "FieldPopoverProps"
|
|
},
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopover.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n isOpen,\n closePopover,\n renderHeader,\n renderContent,\n renderFooter,\n ...otherPopoverProps\n}",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldPopoverProps",
|
|
"text": "FieldPopoverProps"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverFooter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "FieldPopoverFooter",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldVisualizeButtonProps",
|
|
"text": "FieldVisualizeButtonProps"
|
|
},
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverFooter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldVisualizeButtonProps",
|
|
"text": "FieldVisualizeButtonProps"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeader",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "FieldPopoverHeader",
|
|
"description": [],
|
|
"signature": [
|
|
"({ field, closePopover, buttonAddFieldToWorkspaceProps, buttonAddFilterProps, buttonEditFieldProps, buttonDeleteFieldProps, onAddBreakdownField, onAddFieldToWorkspace, onAddFilter, onEditField, onDeleteField, services, }: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldPopoverHeaderProps",
|
|
"text": "FieldPopoverHeaderProps"
|
|
},
|
|
") => React.JSX.Element | null"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeader.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n field,\n closePopover,\n buttonAddFieldToWorkspaceProps,\n buttonAddFilterProps,\n buttonEditFieldProps,\n buttonDeleteFieldProps,\n onAddBreakdownField,\n onAddFieldToWorkspace,\n onAddFilter,\n onEditField,\n onDeleteField,\n services,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldPopoverHeaderProps",
|
|
"text": "FieldPopoverHeaderProps"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStats",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "FieldStats",
|
|
"description": [],
|
|
"signature": [
|
|
"React.FunctionComponent<",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldStatsProps",
|
|
"text": "FieldStatsProps"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStats.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStats.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucket",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "FieldTopValuesBucket",
|
|
"description": [],
|
|
"signature": [
|
|
"React.FunctionComponent<",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldTopValuesBucketProps",
|
|
"text": "FieldTopValuesBucketProps"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucket.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucket.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButton",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "FieldVisualizeButton",
|
|
"description": [],
|
|
"signature": [
|
|
"React.FunctionComponent<",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldVisualizeButtonProps",
|
|
"text": "FieldVisualizeButtonProps"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButton.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButton.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getAllFallbackFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAllFallbackFields",
|
|
"description": [
|
|
"\nProvides a flat list of all fallback fields"
|
|
],
|
|
"signature": [
|
|
"(additionalFieldGroups?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.AdditionalFieldGroups",
|
|
"text": "AdditionalFieldGroups"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/field-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnFieldUtilsPluginApi",
|
|
"section": "def-common.FieldBase",
|
|
"text": "FieldBase"
|
|
},
|
|
"> | undefined) => string[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getAllFallbackFields.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "additionalFieldGroups",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.AdditionalFieldGroups",
|
|
"text": "AdditionalFieldGroups"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/field-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnFieldUtilsPluginApi",
|
|
"section": "def-common.FieldBase",
|
|
"text": "FieldBase"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getAssociatedSmartFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAssociatedSmartFields",
|
|
"description": [
|
|
"\nReturns a list of Smart Fields associated with a given fallback field name."
|
|
],
|
|
"signature": [
|
|
"(fieldName: string, additionalFieldGroups?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.AdditionalFieldGroups",
|
|
"text": "AdditionalFieldGroups"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/field-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnFieldUtilsPluginApi",
|
|
"section": "def-common.FieldBase",
|
|
"text": "FieldBase"
|
|
},
|
|
"> | undefined) => string[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getAssociatedSmartFields.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getAssociatedSmartFields.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "additionalFieldGroups",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.AdditionalFieldGroups",
|
|
"text": "AdditionalFieldGroups"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/field-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnFieldUtilsPluginApi",
|
|
"section": "def-common.FieldBase",
|
|
"text": "FieldBase"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getAssociatedSmartFieldsAsString",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAssociatedSmartFieldsAsString",
|
|
"description": [
|
|
"\nReturns a list of Smart Fields associated with a given fallback field name formatted as a string."
|
|
],
|
|
"signature": [
|
|
"(fieldName: string, additionalFieldGroups?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.AdditionalFieldGroups",
|
|
"text": "AdditionalFieldGroups"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/field-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnFieldUtilsPluginApi",
|
|
"section": "def-common.FieldBase",
|
|
"text": "FieldBase"
|
|
},
|
|
"> | undefined, delimiter?: string) => string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getAssociatedSmartFieldsAsString.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getAssociatedSmartFieldsAsString.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "additionalFieldGroups",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.AdditionalFieldGroups",
|
|
"text": "AdditionalFieldGroups"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/field-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnFieldUtilsPluginApi",
|
|
"section": "def-common.FieldBase",
|
|
"text": "FieldBase"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getAssociatedSmartFieldsAsString.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "delimiter",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getSearchMode",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSearchMode",
|
|
"description": [
|
|
"\nDetermines current search mode"
|
|
],
|
|
"signature": [
|
|
"(query: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.SearchMode",
|
|
"text": "SearchMode"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getSearchMode.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getVisualizeInformation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getVisualizeInformation",
|
|
"description": [
|
|
"\nReturns the field name and potentially href of the field or the first multi-field\nthat has a compatible visualize uiAction."
|
|
],
|
|
"signature": [
|
|
"(uiActions: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.UiActionsPublicStart",
|
|
"text": "UiActionsPublicStart"
|
|
},
|
|
", field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
", dataView: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | undefined, contextualFields: string[], multiFields: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]) => Promise<",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.VisualizeInformation",
|
|
"text": "VisualizeInformation"
|
|
},
|
|
" | undefined>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getVisualizeInformation.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiActions",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.UiActionsPublicStart",
|
|
"text": "UiActionsPublicStart"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getVisualizeInformation.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getVisualizeInformation.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dataView",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getVisualizeInformation.$4",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "contextualFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.getVisualizeInformation.$5",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "multiFields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.hasQuerySubscriberData",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasQuerySubscriberData",
|
|
"description": [
|
|
"\nChecks if query result is ready to be used"
|
|
],
|
|
"signature": [
|
|
"(result: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.QuerySubscriberResult",
|
|
"text": "QuerySubscriberResult"
|
|
},
|
|
") => result is { query: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
"; filters: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]; fromDate: string; toDate: string; searchMode: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.SearchMode",
|
|
"text": "SearchMode"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.hasQuerySubscriberData.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "result",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.QuerySubscriberResult",
|
|
"text": "QuerySubscriberResult"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.loadFieldExisting",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "loadFieldExisting",
|
|
"description": [],
|
|
"signature": [
|
|
"(params: FetchFieldExistenceParams) => Promise<{ existingFieldNames: string[]; indexPatternTitle: string; newFields?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[] | undefined; }>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_existing/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.loadFieldExisting.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"FetchFieldExistenceParams"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_existing/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.loadFieldStats",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "loadFieldStats",
|
|
"description": [],
|
|
"signature": [
|
|
"(params: FetchFieldStatsParams) => Promise<",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldStatsResponse",
|
|
"text": "FieldStatsResponse"
|
|
},
|
|
"<string | number>>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_stats/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.loadFieldStats.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"FetchFieldStatsParams"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_stats/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.resetExistingFieldsCache",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "resetExistingFieldsCache",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.SmartFieldFallbackTooltip",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "SmartFieldFallbackTooltip",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ForwardRefExoticComponent<{ associatedSmartFields: string; } & React.RefAttributes<{}>>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/fallback_fields/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.SmartFieldFallbackTooltip.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActions",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "triggerVisualizeActions",
|
|
"description": [],
|
|
"signature": [
|
|
"(uiActions: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.UiActionsPublicStart",
|
|
"text": "UiActionsPublicStart"
|
|
},
|
|
", field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
", contextualFields: string[], originatingApp: string, dataView: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | undefined) => void"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActions.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiActions",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.UiActionsPublicStart",
|
|
"text": "UiActionsPublicStart"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActions.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActions.$3",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "contextualFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActions.$4",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "originatingApp",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActions.$5",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dataView",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActionsTextBasedLanguages",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "triggerVisualizeActionsTextBasedLanguages",
|
|
"description": [],
|
|
"signature": [
|
|
"(uiActions: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.UiActionsPublicStart",
|
|
"text": "UiActionsPublicStart"
|
|
},
|
|
", contextualFields: string[], originatingApp: string, dataView: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | undefined, query: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined) => void"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActionsTextBasedLanguages.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiActions",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.UiActionsPublicStart",
|
|
"text": "UiActionsPublicStart"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActionsTextBasedLanguages.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "contextualFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActionsTextBasedLanguages.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "originatingApp",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActionsTextBasedLanguages.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dataView",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.triggerVisualizeActionsTextBasedLanguages.$5",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "UnifiedFieldListSidebarContainer",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ForwardRefExoticComponent<Omit<",
|
|
"UnifiedFieldListSidebarCustomizableProps",
|
|
", \"services\"> & { services: Omit<",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldStatsServices",
|
|
"text": "FieldStatsServices"
|
|
},
|
|
", \"uiSettings\"> & { core: ",
|
|
"CoreStart",
|
|
"; } & { uiActions?: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.UiActionsPublicStart",
|
|
"text": "UiActionsPublicStart"
|
|
},
|
|
" | undefined; fieldsMetadata?: ",
|
|
{
|
|
"pluginId": "fieldsMetadata",
|
|
"scope": "public",
|
|
"docId": "kibFieldsMetadataPluginApi",
|
|
"section": "def-public.FieldsMetadataPublicStart",
|
|
"text": "FieldsMetadataPublicStart"
|
|
},
|
|
" | undefined; } & { dataViewFieldEditor?: ",
|
|
{
|
|
"pluginId": "dataViewFieldEditor",
|
|
"scope": "public",
|
|
"docId": "kibDataViewFieldEditorPluginApi",
|
|
"section": "def-public.PluginStart",
|
|
"text": "PluginStart"
|
|
},
|
|
" | undefined; }; getCreationOptions: () => ",
|
|
"UnifiedFieldListSidebarContainerCreationOptions",
|
|
"; prependInFlyout?: (() => React.ReactNode) | undefined; variant?: \"responsive\" | \"button-and-flyout-always\" | \"list-always\" | undefined; onSelectedFieldFilter?: ((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => boolean) | undefined; onFieldEdited?: ((options?: { removedFieldName?: string | undefined; editedFieldName?: string | undefined; } | undefined) => Promise<void>) | undefined; } & ",
|
|
{
|
|
"pluginId": "@kbn/shared-ux-utility",
|
|
"scope": "common",
|
|
"docId": "kibKbnSharedUxUtilityPluginApi",
|
|
"section": "def-common.WithSuspenseExtendedDeps",
|
|
"text": "WithSuspenseExtendedDeps"
|
|
},
|
|
" & React.RefAttributes<",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.UnifiedFieldListSidebarContainerApi",
|
|
"text": "UnifiedFieldListSidebarContainerApi"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainer.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.useExistingFieldsFetcher",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useExistingFieldsFetcher",
|
|
"description": [
|
|
"\nFetches info whether a field contains data or it's empty.\nCan be used in combination with `useQuerySubscriber` hook for gathering the required params."
|
|
],
|
|
"signature": [
|
|
"(params: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.ExistingFieldsFetcherParams",
|
|
"text": "ExistingFieldsFetcherParams"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.ExistingFieldsFetcher",
|
|
"text": "ExistingFieldsFetcher"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.useExistingFieldsFetcher.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.ExistingFieldsFetcherParams",
|
|
"text": "ExistingFieldsFetcherParams"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.useExistingFieldsReader",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useExistingFieldsReader",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { hasFieldData: (dataViewId: string, fieldName: string) => boolean; getFieldsExistenceStatus: (dataViewId: string) => ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.ExistenceFetchStatus",
|
|
"text": "ExistenceFetchStatus"
|
|
},
|
|
"; isFieldsExistenceInfoUnavailable: (dataViewId: string) => boolean; getNewFields: (dataViewId: string) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.useFieldFilters",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useFieldFilters",
|
|
"description": [
|
|
"\nA hook for managing field search and filters state"
|
|
],
|
|
"signature": [
|
|
"({\n allFields,\n getCustomFieldType,\n onSupportedFieldFilter,\n services,\n}: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldFiltersParams",
|
|
"text": "FieldFiltersParams"
|
|
},
|
|
"<T>) => ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldFiltersResult",
|
|
"text": "FieldFiltersResult"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.useFieldFilters.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n allFields,\n getCustomFieldType,\n onSupportedFieldFilter,\n services,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldFiltersParams",
|
|
"text": "FieldFiltersParams"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.useGroupedFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useGroupedFields",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n dataViewId,\n allFields,\n services,\n isAffectedByGlobalFilter = false,\n popularFieldsLimit,\n sortedSelectedFields,\n getCustomFieldType,\n onOverrideFieldGroupDetails,\n onSupportedFieldFilter,\n onSelectedFieldFilter,\n getNewFieldsBySpec,\n additionalFieldGroups,\n}: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.GroupedFieldsParams",
|
|
"text": "GroupedFieldsParams"
|
|
},
|
|
"<T>) => ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.GroupedFieldsResult",
|
|
"text": "GroupedFieldsResult"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.useGroupedFields.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n dataViewId,\n allFields,\n services,\n isAffectedByGlobalFilter = false,\n popularFieldsLimit,\n sortedSelectedFields,\n getCustomFieldType,\n onOverrideFieldGroupDetails,\n onSupportedFieldFilter,\n onSelectedFieldFilter,\n getNewFieldsBySpec,\n additionalFieldGroups,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.GroupedFieldsParams",
|
|
"text": "GroupedFieldsParams"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.useQuerySubscriber",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useQuerySubscriber",
|
|
"description": [
|
|
"\nMemorizes current query, filters and absolute date range"
|
|
],
|
|
"signature": [
|
|
"({ data, timeRangeUpdatesType, }: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.QuerySubscriberParams",
|
|
"text": "QuerySubscriberParams"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.QuerySubscriberResult",
|
|
"text": "QuerySubscriberResult"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.useQuerySubscriber.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n data,\n timeRangeUpdatesType = 'search-session',\n}",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.QuerySubscriberParams",
|
|
"text": "QuerySubscriberParams"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.AdditionalFieldGroups",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "AdditionalFieldGroups",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.AdditionalFieldGroups",
|
|
"text": "AdditionalFieldGroups"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.AdditionalFieldGroups.smartFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "smartFields",
|
|
"description": [],
|
|
"signature": [
|
|
"T[] | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.AdditionalFieldGroups.fallbackFields",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fallbackFields",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, string[]> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.BucketedAggregation",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "BucketedAggregation",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.BucketedAggregation",
|
|
"text": "BucketedAggregation"
|
|
},
|
|
"<KeyType>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.BucketedAggregation.buckets",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "buckets",
|
|
"description": [],
|
|
"signature": [
|
|
"{ key: KeyType; count: number; }[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.BucketedAggregation.areExamples",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "areExamples",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcher",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ExistingFieldsFetcher",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcher.refetchFieldsExistenceInfo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "refetchFieldsExistenceInfo",
|
|
"description": [],
|
|
"signature": [
|
|
"(dataViewId?: string | undefined) => Promise<void>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcher.refetchFieldsExistenceInfo.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dataViewId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcher.isProcessing",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isProcessing",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcherParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ExistingFieldsFetcherParams",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcherParams.disableAutoFetching",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "disableAutoFetching",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcherParams.dataViews",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "dataViews",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcherParams.fromDate",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fromDate",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcherParams.toDate",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "toDate",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcherParams.query",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcherParams.filters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcherParams.services",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "services",
|
|
"description": [],
|
|
"signature": [
|
|
"{ core: Pick<",
|
|
"CoreStart",
|
|
", \"analytics\" | \"uiSettings\">; data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; dataViews: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewsContract",
|
|
"text": "DataViewsContract"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcherParams.onNoData",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onNoData",
|
|
"description": [],
|
|
"signature": [
|
|
"((dataViewId: string) => unknown) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsFetcherParams.onNoData.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dataViewId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsInfo",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ExistingFieldsInfo",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsInfo.fetchStatus",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "fetchStatus",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.ExistenceFetchStatus",
|
|
"text": "ExistenceFetchStatus"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsInfo.existingFieldsByFieldNameMap",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "existingFieldsByFieldNameMap",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: boolean; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsInfo.newFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "newFields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsInfo.numberOfFetches",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "numberOfFetches",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsInfo.hasDataViewRestrictions",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hasDataViewRestrictions",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsReader",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ExistingFieldsReader",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsReader.hasFieldData",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasFieldData",
|
|
"description": [],
|
|
"signature": [
|
|
"(dataViewId: string, fieldName: string) => boolean"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsReader.hasFieldData.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dataViewId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsReader.hasFieldData.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsReader.getFieldsExistenceStatus",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldsExistenceStatus",
|
|
"description": [],
|
|
"signature": [
|
|
"(dataViewId: string) => ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.ExistenceFetchStatus",
|
|
"text": "ExistenceFetchStatus"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsReader.getFieldsExistenceStatus.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dataViewId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsReader.isFieldsExistenceInfoUnavailable",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isFieldsExistenceInfoUnavailable",
|
|
"description": [],
|
|
"signature": [
|
|
"(dataViewId: string) => boolean"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsReader.isFieldsExistenceInfoUnavailable.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dataViewId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsReader.getNewFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getNewFields",
|
|
"description": [],
|
|
"signature": [
|
|
"(dataViewId: string) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistingFieldsReader.getNewFields.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dataViewId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldFiltersParams",
|
|
"description": [
|
|
"\nInput params for useFieldFilters hook"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldFiltersParams",
|
|
"text": "FieldFiltersParams"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersParams.allFields",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "allFields",
|
|
"description": [],
|
|
"signature": [
|
|
"T[] | null"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersParams.getCustomFieldType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCustomFieldType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.GetCustomFieldType",
|
|
"text": "GetCustomFieldType"
|
|
},
|
|
"<T> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersParams.onSupportedFieldFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onSupportedFieldFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: T) => boolean) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersParams.onSupportedFieldFilter.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersParams.services",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "services",
|
|
"description": [],
|
|
"signature": [
|
|
"{ core: Pick<",
|
|
"CoreStart",
|
|
", \"docLinks\">; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersResult",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldFiltersResult",
|
|
"description": [
|
|
"\nOutput of useFieldFilters hook"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldFiltersResult",
|
|
"text": "FieldFiltersResult"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersResult.fieldSearchHighlight",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldSearchHighlight",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersResult.fieldListFiltersProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldListFiltersProps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListFiltersProps",
|
|
"text": "FieldListFiltersProps"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersResult.onFilterField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onFilterField",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: T) => boolean) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldFiltersResult.onFilterField.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldItemButtonProps",
|
|
"description": [
|
|
"\nProps of FieldItemButton component"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldItemButtonProps",
|
|
"text": "FieldItemButtonProps"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.field",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.fieldSearchHighlight",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldSearchHighlight",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.isSelected",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isSelected",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.isActive",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isActive",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.isEmpty",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isEmpty",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.infoIcon",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "infoIcon",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.className",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "className",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.flush",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "flush",
|
|
"description": [],
|
|
"signature": [
|
|
"\"both\" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.withDragIcon",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "withDragIcon",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.getCustomFieldType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCustomFieldType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.GetCustomFieldType",
|
|
"text": "GetCustomFieldType"
|
|
},
|
|
"<T> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.dataTestSubj",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dataTestSubj",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.size",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "size",
|
|
"description": [],
|
|
"signature": [
|
|
"\"s\" | \"xs\" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.onClick",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onClick",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => void) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.shouldAlwaysShowAction",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "shouldAlwaysShowAction",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.buttonAddFieldToWorkspaceProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "buttonAddFieldToWorkspaceProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
"EuiButtonIconProps",
|
|
"> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.buttonRemoveFieldFromWorkspaceProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "buttonRemoveFieldFromWorkspaceProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
"EuiButtonIconProps",
|
|
"> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.onAddFieldToWorkspace",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onAddFieldToWorkspace",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: T) => unknown) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.onAddFieldToWorkspace.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.onRemoveFieldFromWorkspace",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onRemoveFieldFromWorkspace",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: T) => unknown) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldItemButtonProps.onRemoveFieldFromWorkspace.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldListFiltersProps",
|
|
"description": [
|
|
"\nProps for FieldListFilters component"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListFiltersProps",
|
|
"text": "FieldListFiltersProps"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.datatestsubj",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "'data-test-subj'",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.docLinks",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "docLinks",
|
|
"description": [],
|
|
"signature": [
|
|
"DocLinksStart"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.selectedFieldTypes",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "selectedFieldTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.allFields",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "allFields",
|
|
"description": [],
|
|
"signature": [
|
|
"T[] | null | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.getCustomFieldType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCustomFieldType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.GetCustomFieldType",
|
|
"text": "GetCustomFieldType"
|
|
},
|
|
"<T> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.onSupportedFieldFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onSupportedFieldFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: T) => boolean) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.onChangeFieldTypes",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onChangeFieldTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldTypes: string[]) => unknown"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.onChangeFieldTypes.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "fieldTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_type_filter.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.compressed",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "compressed",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.nameFilter",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "nameFilter",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.screenReaderDescriptionId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "screenReaderDescriptionId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.onChangeNameFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onChangeNameFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"(nameFilter: string) => unknown"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListFiltersProps.onChangeNameFilter.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "nameFilter",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_name_search.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroupedProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldListGroupedProps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListGroupedProps",
|
|
"text": "FieldListGroupedProps"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroupedProps.fieldGroups",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldGroups",
|
|
"description": [],
|
|
"signature": [
|
|
"{ SpecialFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; SelectedFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; PopularFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; AvailableFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; EmptyFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; MetaFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; UnmappedFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; SmartFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroupedProps.fieldsExistenceStatus",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "fieldsExistenceStatus",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.ExistenceFetchStatus",
|
|
"text": "ExistenceFetchStatus"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroupedProps.fieldsExistInIndex",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "fieldsExistInIndex",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroupedProps.renderFieldItem",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "renderFieldItem",
|
|
"description": [],
|
|
"signature": [
|
|
"(params: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.RenderFieldItemParams",
|
|
"text": "RenderFieldItemParams"
|
|
},
|
|
"<T>) => JSX.Element"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroupedProps.renderFieldItem.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.RenderFieldItemParams",
|
|
"text": "RenderFieldItemParams"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/fields_accordion.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroupedProps.scrollToTopResetCounter",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "scrollToTopResetCounter",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroupedProps.screenReaderDescriptionId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "screenReaderDescriptionId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroupedProps.localStorageKeyPrefix",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "localStorageKeyPrefix",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroupedProps.datatestsubj",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "'data-test-subj'",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldListProps",
|
|
"description": [
|
|
"\nA top level wrapper props"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListProps.datatestsubj",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "'data-test-subj'",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListProps.isProcessing",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isProcessing",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListProps.prepend",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "prepend",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListProps.append",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "append",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListProps.className",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "className",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldPopoverHeaderProps",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.field",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.closePopover",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "closePopover",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.buttonAddFieldToWorkspaceProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "buttonAddFieldToWorkspaceProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
"EuiButtonIconProps",
|
|
"> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.buttonAddFilterProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "buttonAddFilterProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
"EuiButtonIconProps",
|
|
"> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.buttonEditFieldProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "buttonEditFieldProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
"EuiButtonIconProps",
|
|
"> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.buttonDeleteFieldProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "buttonDeleteFieldProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
"EuiButtonIconProps",
|
|
"> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.onAddBreakdownField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onAddBreakdownField",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | undefined) => void) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.onAddBreakdownField.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.onAddFieldToWorkspace",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onAddFieldToWorkspace",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => unknown) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.onAddFieldToWorkspace.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.onAddFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onAddFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.AddFieldFilterHandler",
|
|
"text": "AddFieldFilterHandler"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.onEditField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onEditField",
|
|
"description": [],
|
|
"signature": [
|
|
"((fieldName: string) => unknown) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.onEditField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.onDeleteField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onDeleteField",
|
|
"description": [],
|
|
"signature": [
|
|
"((fieldName: string) => unknown) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.onDeleteField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverHeaderProps.services",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "services",
|
|
"description": [],
|
|
"signature": [
|
|
"{ fieldsMetadata?: ",
|
|
{
|
|
"pluginId": "fieldsMetadata",
|
|
"scope": "public",
|
|
"docId": "kibFieldsMetadataPluginApi",
|
|
"section": "def-public.FieldsMetadataPublicStart",
|
|
"text": "FieldsMetadataPublicStart"
|
|
},
|
|
" | undefined; } | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldPopoverProps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldPopoverProps",
|
|
"text": "FieldPopoverProps"
|
|
},
|
|
" extends ",
|
|
"EuiPopoverProps"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverProps.renderHeader",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "renderHeader",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => React.ReactNode) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverProps.renderContent",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "renderContent",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => React.ReactNode) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverProps.renderFooter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "renderFooter",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => React.ReactNode) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldsGroup",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> extends ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroupDetails",
|
|
"text": "FieldsGroupDetails"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroup.fields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [],
|
|
"signature": [
|
|
"T[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroup.fieldCount",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "fieldCount",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroup.fieldSearchHighlight",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldSearchHighlight",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupDetails",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldsGroupDetails",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupDetails.showInAccordion",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showInAccordion",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupDetails.isInitiallyOpen",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isInitiallyOpen",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupDetails.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupDetails.helpText",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "helpText",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupDetails.isAffectedByGlobalFilter",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isAffectedByGlobalFilter",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupDetails.isAffectedByTimeFilter",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isAffectedByTimeFilter",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupDetails.hideDetails",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hideDetails",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupDetails.defaultNoFieldsMessage",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "defaultNoFieldsMessage",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupDetails.hideIfEmpty",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hideIfEmpty",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldStatsResponse",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldStatsResponse",
|
|
"text": "FieldStatsResponse"
|
|
},
|
|
"<KeyType>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsResponse.totalDocuments",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "totalDocuments",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsResponse.sampledDocuments",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "sampledDocuments",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsResponse.sampledValues",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "sampledValues",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsResponse.histogram",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "histogram",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.BucketedAggregation",
|
|
"text": "BucketedAggregation"
|
|
},
|
|
"<KeyType> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsResponse.topValues",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "topValues",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.BucketedAggregation",
|
|
"text": "BucketedAggregation"
|
|
},
|
|
"<KeyType> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsResponse.numberSummary",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "numberSummary",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.NumberSummary",
|
|
"text": "NumberSummary"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsServices",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldStatsServices",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsServices.uiSettings",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiSettings",
|
|
"description": [],
|
|
"signature": [
|
|
"IUiSettingsClient"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsServices.dataViews",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dataViews",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsServicePublic",
|
|
"text": "DataViewsServicePublic"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsServices.data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsServices.fieldFormats",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "fieldFormats",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatsRegistry",
|
|
"text": "FieldFormatsRegistry"
|
|
},
|
|
", \"init\" | \"register\"> & { deserialize: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FormatFactory",
|
|
"text": "FormatFactory"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsServices.charts",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "charts",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "charts",
|
|
"scope": "public",
|
|
"docId": "kibChartsPluginApi",
|
|
"section": "def-public.ChartsPluginSetup",
|
|
"text": "ChartsPluginSetup"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldStatsState",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsState.isLoading",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isLoading",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsState.totalDocuments",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "totalDocuments",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsState.sampledDocuments",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "sampledDocuments",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsState.sampledValues",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "sampledValues",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsState.histogram",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "histogram",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.BucketedAggregation",
|
|
"text": "BucketedAggregation"
|
|
},
|
|
"<string | number | boolean> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsState.topValues",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "topValues",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.BucketedAggregation",
|
|
"text": "BucketedAggregation"
|
|
},
|
|
"<string | number | boolean> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsState.numberSummary",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "numberSummary",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.NumberSummary",
|
|
"text": "NumberSummary"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldTopValuesBucketParams",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketParams.field",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketParams.fieldValue",
|
|
"type": "Unknown",
|
|
"tags": [],
|
|
"label": "fieldValue",
|
|
"description": [],
|
|
"signature": [
|
|
"unknown"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketParams.formattedFieldValue",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "formattedFieldValue",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketParams.formattedPercentage",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "formattedPercentage",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketParams.progressValue",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "progressValue",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketParams.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketParams.color",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "color",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketParams.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"other\" | \"normal\" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldTopValuesBucketProps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldTopValuesBucketProps",
|
|
"text": "FieldTopValuesBucketProps"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldTopValuesBucketParams",
|
|
"text": "FieldTopValuesBucketParams"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketProps.datatestsubj",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "'data-test-subj'",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketProps.onAddFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onAddFilter",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.AddFieldFilterHandler",
|
|
"text": "AddFieldFilterHandler"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldTopValuesBucketProps.overrideFieldTopValueBar",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "overrideFieldTopValueBar",
|
|
"description": [
|
|
"\nOptional callback to allow overriding props on bucket level"
|
|
],
|
|
"signature": [
|
|
"OverrideFieldTopValueBarCallback",
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldVisualizeButtonProps",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.field",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.dataView",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dataView",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.originatingApp",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "originatingApp",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.uiActions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiActions",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly registerTrigger: (trigger: ",
|
|
{
|
|
"pluginId": "@kbn/ui-actions-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnUiActionsBrowserPluginApi",
|
|
"section": "def-common.Trigger",
|
|
"text": "Trigger"
|
|
},
|
|
") => void; readonly hasTrigger: (triggerId: string) => boolean; readonly getTrigger: (triggerId: string) => ",
|
|
"TriggerContract",
|
|
"<object>; readonly registerAction: <Context extends object>(definition: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<Context>) => ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.Action",
|
|
"text": "Action"
|
|
},
|
|
"<Context>; readonly registerActionAsync: <Context extends object>(id: string, getDefinition: () => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<Context>>) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<any>) => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<any>>) => void; readonly getAction: (id: string) => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.Action",
|
|
"text": "Action"
|
|
},
|
|
"<object>>; readonly getTriggerActions: (triggerId: string) => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.Action",
|
|
"text": "Action"
|
|
},
|
|
"<object>[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.Action",
|
|
"text": "Action"
|
|
},
|
|
"<object>[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.FrequentCompatibilityChangeAction",
|
|
"text": "FrequentCompatibilityChangeAction"
|
|
},
|
|
"<object>[]>; readonly executeTriggerActions: (triggerId: string, context: object) => Promise<void>; readonly clear: () => void; readonly fork: () => ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.UiActionsService",
|
|
"text": "UiActionsService"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.multiFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "multiFields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.contextualFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "contextualFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.trackUiMetric",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "trackUiMetric",
|
|
"description": [],
|
|
"signature": [
|
|
"((metricType: string, eventName: string | string[]) => void) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.trackUiMetric.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "metricType",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.trackUiMetric.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "eventName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | string[]"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.buttonProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "buttonProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
"EuiButtonProps",
|
|
"> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldVisualizeButtonProps.visualizeInfo",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "visualizeInfo",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.VisualizeInformation",
|
|
"text": "VisualizeInformation"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GroupedFieldsParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.GroupedFieldsParams",
|
|
"text": "GroupedFieldsParams"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.dataViewId",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "dataViewId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.allFields",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "allFields",
|
|
"description": [],
|
|
"signature": [
|
|
"T[] | null"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.services",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "services",
|
|
"description": [],
|
|
"signature": [
|
|
"{ dataViews: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsServicePublic",
|
|
"text": "DataViewsServicePublic"
|
|
},
|
|
"; core: Pick<",
|
|
"CoreStart",
|
|
", \"docLinks\">; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.isAffectedByGlobalFilter",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isAffectedByGlobalFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.popularFieldsLimit",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "popularFieldsLimit",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.sortedSelectedFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "sortedSelectedFields",
|
|
"description": [],
|
|
"signature": [
|
|
"T[] | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.getCustomFieldType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCustomFieldType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.GetCustomFieldType",
|
|
"text": "GetCustomFieldType"
|
|
},
|
|
"<T> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.onOverrideFieldGroupDetails",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onOverrideFieldGroupDetails",
|
|
"description": [],
|
|
"signature": [
|
|
"OverrideFieldGroupDetails",
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.onSupportedFieldFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onSupportedFieldFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: T) => boolean) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.onSupportedFieldFilter.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.onSelectedFieldFilter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onSelectedFieldFilter",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: T) => boolean) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.onSelectedFieldFilter.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.getNewFieldsBySpec",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getNewFieldsBySpec",
|
|
"description": [],
|
|
"signature": [
|
|
"((fields: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[], dataView: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null) => T[]) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsParams.additionalFieldGroups",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "additionalFieldGroups",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.AdditionalFieldGroups",
|
|
"text": "AdditionalFieldGroups"
|
|
},
|
|
"<T> | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsResult",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GroupedFieldsResult",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.GroupedFieldsResult",
|
|
"text": "GroupedFieldsResult"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsResult.fieldListFiltersProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldListFiltersProps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListFiltersProps",
|
|
"text": "FieldListFiltersProps"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsResult.fieldListGroupedProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldListGroupedProps",
|
|
"description": [],
|
|
"signature": [
|
|
"{ fieldGroups: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldListGroups",
|
|
"text": "FieldListGroups"
|
|
},
|
|
"<T>; scrollToTopResetCounter: number; fieldsExistenceStatus: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.ExistenceFetchStatus",
|
|
"text": "ExistenceFetchStatus"
|
|
},
|
|
"; fieldsExistInIndex: boolean; screenReaderDescriptionId?: string | undefined; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsResult.allFieldsModified",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "allFieldsModified",
|
|
"description": [],
|
|
"signature": [
|
|
"T[] | null"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GroupedFieldsResult.hasNewFields",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasNewFields",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.NumberSummary",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "NumberSummary",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.NumberSummary.minValue",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "minValue",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.NumberSummary.maxValue",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "maxValue",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.QuerySubscriberParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "QuerySubscriberParams",
|
|
"description": [
|
|
"\nHook params"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.QuerySubscriberParams.data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.QuerySubscriberParams.timeRangeUpdatesType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "timeRangeUpdatesType",
|
|
"description": [
|
|
"\nPass `timefilter` only if you are not using search sessions for the global search"
|
|
],
|
|
"signature": [
|
|
"TimeRangeUpdatesType",
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.QuerySubscriberResult",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "QuerySubscriberResult",
|
|
"description": [
|
|
"\nResult from the hook"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.QuerySubscriberResult.query",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Query",
|
|
"text": "Query"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.AggregateQuery",
|
|
"text": "AggregateQuery"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.QuerySubscriberResult.filters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.QuerySubscriberResult.fromDate",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fromDate",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.QuerySubscriberResult.toDate",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "toDate",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.QuerySubscriberResult.searchMode",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "searchMode",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.SearchMode",
|
|
"text": "SearchMode"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.RenderFieldItemParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "RenderFieldItemParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.RenderFieldItemParams",
|
|
"text": "RenderFieldItemParams"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.RenderFieldItemParams.field",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.RenderFieldItemParams.hideDetails",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hideDetails",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.RenderFieldItemParams.itemIndex",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "itemIndex",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.RenderFieldItemParams.groupIndex",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "groupIndex",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.RenderFieldItemParams.groupName",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "groupName",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroupNames",
|
|
"text": "FieldsGroupNames"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.RenderFieldItemParams.fieldSearchHighlight",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldSearchHighlight",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainerApi",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "UnifiedFieldListSidebarContainerApi",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainerApi.sidebarVisibility",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "sidebarVisibility",
|
|
"description": [],
|
|
"signature": [
|
|
"SidebarVisibility"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainerApi.refetchFieldsExistenceInfo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "refetchFieldsExistenceInfo",
|
|
"description": [],
|
|
"signature": [
|
|
"(dataViewId?: string | undefined) => Promise<void>"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainerApi.refetchFieldsExistenceInfo.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dataViewId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainerApi.closeFieldListFlyout",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "closeFieldListFlyout",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainerApi.createField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createField",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => void) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainerApi.editField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "editField",
|
|
"description": [],
|
|
"signature": [
|
|
"((fieldName: string) => void) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainerApi.deleteField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "deleteField",
|
|
"description": [],
|
|
"signature": [
|
|
"((fieldName: string) => void) | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.VisualizeInformation",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "VisualizeInformation",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.VisualizeInformation.field",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.VisualizeInformation.href",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "href",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.ExistenceFetchStatus",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "ExistenceFetchStatus",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldsGroupNames",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "FieldsGroupNames",
|
|
"description": [],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.AddFieldFilterHandler",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AddFieldFilterHandler",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | \"_exists_\", value: unknown, type: \"+\" | \"-\") => void"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.AddFieldFilterHandler.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | \"_exists_\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.AddFieldFilterHandler.$2",
|
|
"type": "Unknown",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"unknown"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.AddFieldFilterHandler.$3",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"+\" | \"-\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListGroups",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FieldListGroups",
|
|
"description": [],
|
|
"signature": [
|
|
"{ SpecialFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; SelectedFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; PopularFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; AvailableFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; EmptyFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; MetaFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; UnmappedFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; SmartFields?: ",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldsGroup",
|
|
"text": "FieldsGroup"
|
|
},
|
|
"<T> | undefined; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldListItem",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FieldListItem",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/field-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnFieldUtilsPluginApi",
|
|
"section": "def-common.FieldBase",
|
|
"text": "FieldBase"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldPopoverFooterProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FieldPopoverFooterProps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldVisualizeButtonProps",
|
|
"text": "FieldVisualizeButtonProps"
|
|
}
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.FieldStatsProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FieldStatsProps",
|
|
"description": [],
|
|
"signature": [
|
|
"FieldStatsWithKbnQuery",
|
|
" | ",
|
|
"FieldStatsWithDslQuery"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GetCustomFieldType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GetCustomFieldType",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: T) => string"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.GetCustomFieldType.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.SearchMode",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SearchMode",
|
|
"description": [],
|
|
"signature": [
|
|
"\"documents\" | \"text-based\""
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/unified-field-list",
|
|
"id": "def-public.UnifiedFieldListSidebarContainerProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "UnifiedFieldListSidebarContainerProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
"UnifiedFieldListSidebarCustomizableProps",
|
|
", \"services\"> & { services: Omit<",
|
|
{
|
|
"pluginId": "@kbn/unified-field-list",
|
|
"scope": "public",
|
|
"docId": "kibKbnUnifiedFieldListPluginApi",
|
|
"section": "def-public.FieldStatsServices",
|
|
"text": "FieldStatsServices"
|
|
},
|
|
", \"uiSettings\"> & { core: ",
|
|
"CoreStart",
|
|
"; } & { uiActions?: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.UiActionsPublicStart",
|
|
"text": "UiActionsPublicStart"
|
|
},
|
|
" | undefined; fieldsMetadata?: ",
|
|
{
|
|
"pluginId": "fieldsMetadata",
|
|
"scope": "public",
|
|
"docId": "kibFieldsMetadataPluginApi",
|
|
"section": "def-public.FieldsMetadataPublicStart",
|
|
"text": "FieldsMetadataPublicStart"
|
|
},
|
|
" | undefined; } & { dataViewFieldEditor?: ",
|
|
{
|
|
"pluginId": "dataViewFieldEditor",
|
|
"scope": "public",
|
|
"docId": "kibDataViewFieldEditorPluginApi",
|
|
"section": "def-public.PluginStart",
|
|
"text": "PluginStart"
|
|
},
|
|
" | undefined; }; getCreationOptions: () => ",
|
|
"UnifiedFieldListSidebarContainerCreationOptions",
|
|
"; prependInFlyout?: (() => React.ReactNode) | undefined; variant?: \"responsive\" | \"button-and-flyout-always\" | \"list-always\" | undefined; onSelectedFieldFilter?: ((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => boolean) | undefined; onFieldEdited?: ((options?: { removedFieldName?: string | undefined; editedFieldName?: string | undefined; } | undefined) => Promise<void>) | undefined; }"
|
|
],
|
|
"path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |