kibana/api_docs/kbn_alerts_ui_shared.devdocs.json

6405 lines
No EOL
238 KiB
JSON

{
"id": "@kbn/alerts-ui-shared",
"client": {
"classes": [],
"functions": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AddMessageVariables",
"type": "Function",
"tags": [],
"label": "AddMessageVariables",
"description": [],
"signature": [
"({ buttonTitle, messageVariables, paramsProperty, onSelectEventHandler, showButtonTitle, }: Props) => React.JSX.Element"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AddMessageVariables.$1",
"type": "Object",
"tags": [],
"label": "{\n buttonTitle,\n messageVariables,\n paramsProperty,\n onSelectEventHandler,\n showButtonTitle = false,\n}",
"description": [],
"signature": [
"Props"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/add_message_variables/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertFieldsTable",
"type": "Function",
"tags": [],
"label": "AlertFieldsTable",
"description": [
"\nA paginated, filterable table to show alert object fields"
],
"signature": [
"React.NamedExoticComponent<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.AlertFieldsTableProps",
"text": "AlertFieldsTableProps"
},
"> & { readonly type: ({ alert, fields }: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.AlertFieldsTableProps",
"text": "AlertFieldsTableProps"
},
") => React.JSX.Element; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertFieldsTable.$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/alerts-ui-shared",
"id": "def-public.AlertLifecycleStatusBadge",
"type": "Function",
"tags": [],
"label": "AlertLifecycleStatusBadge",
"description": [],
"signature": [
"React.NamedExoticComponent<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.AlertLifecycleStatusBadgeProps",
"text": "AlertLifecycleStatusBadgeProps"
},
"> & { readonly type: (props: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.AlertLifecycleStatusBadgeProps",
"text": "AlertLifecycleStatusBadgeProps"
},
") => React.JSX.Element; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertLifecycleStatusBadge.$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/alerts-ui-shared",
"id": "def-public.AlertsSearchBar",
"type": "Function",
"tags": [],
"label": "AlertsSearchBar",
"description": [],
"signature": [
"({ appName, disableQueryLanguageSwitcher, ruleTypeIds, query, filters, onQueryChange, onQuerySubmit, onFiltersUpdated, rangeFrom, rangeTo, showFilterBar, showDatePicker, showSubmitButton, placeholder, submitOnBlur, http, toasts, unifiedSearchBar, dataService, }: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.AlertsSearchBarProps",
"text": "AlertsSearchBarProps"
},
") => React.ReactElement<any, string | React.JSXElementConstructor<any>>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBar.$1",
"type": "Object",
"tags": [],
"label": "{\n appName,\n disableQueryLanguageSwitcher = false,\n ruleTypeIds = [],\n query,\n filters,\n onQueryChange,\n onQuerySubmit,\n onFiltersUpdated,\n rangeFrom,\n rangeTo,\n showFilterBar = false,\n showDatePicker = true,\n showSubmitButton = true,\n placeholder = SEARCH_BAR_PLACEHOLDER,\n submitOnBlur = false,\n http,\n toasts,\n unifiedSearchBar,\n dataService,\n}",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.AlertsSearchBarProps",
"text": "AlertsSearchBarProps"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.checkActionFormActionTypeEnabled",
"type": "Function",
"tags": [],
"label": "checkActionFormActionTypeEnabled",
"description": [],
"signature": [
"(actionType: ",
{
"pluginId": "@kbn/actions-types",
"scope": "common",
"docId": "kibKbnActionsTypesPluginApi",
"section": "def-common.ActionType",
"text": "ActionType"
},
", preconfiguredConnectors: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnector",
"text": "ActionConnector"
},
"<Record<string, unknown>, Record<string, unknown>>[]) => ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.IsEnabledResult",
"text": "IsEnabledResult"
},
" | ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.IsDisabledResult",
"text": "IsDisabledResult"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.checkActionFormActionTypeEnabled.$1",
"type": "Object",
"tags": [],
"label": "actionType",
"description": [],
"signature": [
{
"pluginId": "@kbn/actions-types",
"scope": "common",
"docId": "kibKbnActionsTypesPluginApi",
"section": "def-common.ActionType",
"text": "ActionType"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.checkActionFormActionTypeEnabled.$2",
"type": "Array",
"tags": [],
"label": "preconfiguredConnectors",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnector",
"text": "ActionConnector"
},
"<Record<string, unknown>, Record<string, unknown>>[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.checkActionTypeEnabled",
"type": "Function",
"tags": [],
"label": "checkActionTypeEnabled",
"description": [],
"signature": [
"(actionType?: ",
{
"pluginId": "@kbn/actions-types",
"scope": "common",
"docId": "kibKbnActionsTypesPluginApi",
"section": "def-common.ActionType",
"text": "ActionType"
},
" | undefined, isPreconfiguredConnector?: boolean) => ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.IsEnabledResult",
"text": "IsEnabledResult"
},
" | ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.IsDisabledResult",
"text": "IsDisabledResult"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.checkActionTypeEnabled.$1",
"type": "Object",
"tags": [],
"label": "actionType",
"description": [],
"signature": [
{
"pluginId": "@kbn/actions-types",
"scope": "common",
"docId": "kibKbnActionsTypesPluginApi",
"section": "def-common.ActionType",
"text": "ActionType"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.checkActionTypeEnabled.$2",
"type": "boolean",
"tags": [],
"label": "isPreconfiguredConnector",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.getAlwaysProvidedActionVariables",
"type": "Function",
"tags": [],
"label": "getAlwaysProvidedActionVariables",
"description": [],
"signature": [
"() => ",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.getAvailableActionVariables",
"type": "Function",
"tags": [],
"label": "getAvailableActionVariables",
"description": [],
"signature": [
"(actionVariables: ",
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.ActionVariables",
"text": "ActionVariables"
},
", summaryActionVariables?: ",
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.ActionVariables",
"text": "ActionVariables"
},
" | undefined, actionGroup?: ",
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.ActionGroupWithMessageVariables",
"text": "ActionGroupWithMessageVariables"
},
" | undefined, isSummaryAction?: boolean | undefined) => ",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/get_available_action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.getAvailableActionVariables.$1",
"type": "CompoundType",
"tags": [],
"label": "actionVariables",
"description": [],
"signature": [
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.ActionVariables",
"text": "ActionVariables"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/get_available_action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.getAvailableActionVariables.$2",
"type": "CompoundType",
"tags": [],
"label": "summaryActionVariables",
"description": [],
"signature": [
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.ActionVariables",
"text": "ActionVariables"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/get_available_action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.getAvailableActionVariables.$3",
"type": "Object",
"tags": [],
"label": "actionGroup",
"description": [],
"signature": [
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.ActionGroupWithMessageVariables",
"text": "ActionGroupWithMessageVariables"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/get_available_action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.getAvailableActionVariables.$4",
"type": "CompoundType",
"tags": [],
"label": "isSummaryAction",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/get_available_action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.getSummaryAlertActionVariables",
"type": "Function",
"tags": [],
"label": "getSummaryAlertActionVariables",
"description": [],
"signature": [
"() => ",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.MaintenanceWindowCallout",
"type": "Function",
"tags": [],
"label": "MaintenanceWindowCallout",
"description": [],
"signature": [
"({\n kibanaServices,\n categories,\n}: { kibanaServices: ",
"KibanaServices",
"; categories?: string[] | undefined; }) => JSX.Element | null"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.MaintenanceWindowCallout.$1",
"type": "Object",
"tags": [],
"label": "{\n kibanaServices,\n categories,\n}",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.MaintenanceWindowCallout.$1.kibanaServices",
"type": "Object",
"tags": [],
"label": "kibanaServices",
"description": [],
"signature": [
"KibanaServices"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.MaintenanceWindowCallout.$1.categories",
"type": "Array",
"tags": [],
"label": "categories",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/maintenance_window_callout/index.tsx",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ScrollableFlyoutTabbedContent",
"type": "Function",
"tags": [],
"label": "ScrollableFlyoutTabbedContent",
"description": [],
"signature": [
"(props: ",
"EuiTabbedContentProps",
") => React.JSX.Element"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ScrollableFlyoutTabbedContent.$1",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"EuiTabbedContentProps"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.transformActionVariables",
"type": "Function",
"tags": [],
"label": "transformActionVariables",
"description": [],
"signature": [
"(actionVariables: ",
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.ActionVariables",
"text": "ActionVariables"
},
", summaryActionVariables?: ",
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.ActionVariables",
"text": "ActionVariables"
},
" | undefined, omitMessageVariables?: ",
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.OmitMessageVariablesType",
"text": "OmitMessageVariablesType"
},
" | undefined, isSummaryAction?: boolean | undefined) => ",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.transformActionVariables.$1",
"type": "CompoundType",
"tags": [],
"label": "actionVariables",
"description": [],
"signature": [
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.ActionVariables",
"text": "ActionVariables"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.transformActionVariables.$2",
"type": "CompoundType",
"tags": [],
"label": "summaryActionVariables",
"description": [],
"signature": [
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.ActionVariables",
"text": "ActionVariables"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.transformActionVariables.$3",
"type": "CompoundType",
"tags": [],
"label": "omitMessageVariables",
"description": [],
"signature": [
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.OmitMessageVariablesType",
"text": "OmitMessageVariablesType"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.transformActionVariables.$4",
"type": "CompoundType",
"tags": [],
"label": "isSummaryAction",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/transforms.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useAlertsDataView",
"type": "Function",
"tags": [],
"label": "useAlertsDataView",
"description": [
"\nComputes a {@link DataViewBase} object for alerts indices based on the provided feature ids\n"
],
"signature": [
"({ http, dataViewsService, toasts, ruleTypeIds, }: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseAlertsDataViewParams",
"text": "UseAlertsDataViewParams"
},
") => ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseAlertsDataViewResult",
"text": "UseAlertsDataViewResult"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useAlertsDataView.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n dataViewsService,\n toasts,\n ruleTypeIds,\n}",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseAlertsDataViewParams",
"text": "UseAlertsDataViewParams"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"A {@link DataViewBase } object, intentionally not typed as a complete {@link DataView } object\nsince only Security Solution uses an actual in-memory data view (when `ruleTypeIds` only contains\nsiem rule types).\nIn all other cases the data view is computed from the index names and fields fetched from the\nalerting APIs."
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useFetchAlertsIndexNamesQuery",
"type": "Function",
"tags": [
"external"
],
"label": "useFetchAlertsIndexNamesQuery",
"description": [
"\nFetch alerts index names feature ids\n\nWhen testing components that depend on this hook, prefer mocking the {@link fetchAlertsIndexNames} function instead of the hook itself."
],
"signature": [
"({ http, ruleTypeIds }: ",
"FetchAlertsIndexNamesParams",
", options?: Pick<",
"QueryOptionsOverrides",
"<({ http, ruleTypeIds }: ",
"FetchAlertsIndexNamesParams",
") => Promise<string[]>, string[], unknown, string[]>, \"onError\" | \"context\" | \"enabled\" | \"staleTime\" | \"refetchOnWindowFocus\"> | undefined) => ",
"UseQueryResult",
"<string[], unknown>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useFetchAlertsIndexNamesQuery.$1",
"type": "Object",
"tags": [],
"label": "{ http, ruleTypeIds }",
"description": [],
"signature": [
"FetchAlertsIndexNamesParams"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useFetchAlertsIndexNamesQuery.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"signature": [
"Pick<",
"QueryOptionsOverrides",
"<({ http, ruleTypeIds }: ",
"FetchAlertsIndexNamesParams",
") => Promise<string[]>, string[], unknown, string[]>, \"onError\" | \"context\" | \"enabled\" | \"staleTime\" | \"refetchOnWindowFocus\"> | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useFetchFlappingSettings",
"type": "Function",
"tags": [],
"label": "useFetchFlappingSettings",
"description": [],
"signature": [
"(props: UseFetchFlappingSettingsProps) => { isInitialLoading: boolean; isLoading: boolean; isError: boolean; data: ",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.RulesSettingsFlapping",
"text": "RulesSettingsFlapping"
},
" | undefined; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_flapping_settings.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useFetchFlappingSettings.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"UseFetchFlappingSettingsProps"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_flapping_settings.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useGetAlertsGroupAggregationsQuery",
"type": "Function",
"tags": [],
"label": "useGetAlertsGroupAggregationsQuery",
"description": [
"\nFetches alerts aggregations for a given groupByField.\n\nSome default aggregations are applied:\n- `groupByFields`, to get the buckets based on the provided grouping field,\n - `unitsCount`, to count the number of alerts in each bucket,\n- `unitsCount`, to count the total number of alerts targeted by the query,\n- `groupsCount`, to count the total number of groups.\n\nThe provided `aggregations` are applied within `groupByFields`. Here the `groupByField` runtime\nfield can be used to perform grouping-based aggregations.\n`groupByField` buckets computed over a field with a null/absent value are marked with the\n`isNullGroup` flag set to true and their key is set to the `--` string.\n\nApplies alerting RBAC through ruleTypeIds."
],
"signature": [
"<T>({ http, toasts, enabled, params, }: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseGetAlertsGroupAggregationsQueryProps",
"text": "UseGetAlertsGroupAggregationsQueryProps"
},
") => ",
"UseQueryResult",
"<",
"SearchResponseBody",
"<{}, T>, Error>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useGetAlertsGroupAggregationsQuery.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n toasts,\n enabled = true,\n params,\n}",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseGetAlertsGroupAggregationsQueryProps",
"text": "UseGetAlertsGroupAggregationsQueryProps"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useGetRuleTypesPermissions",
"type": "Function",
"tags": [],
"label": "useGetRuleTypesPermissions",
"description": [],
"signature": [
"({ http, toasts, filteredRuleTypes, registeredRuleTypes, context, enabled, }: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseGetRuleTypesPermissionsParams",
"text": "UseGetRuleTypesPermissionsParams"
},
") => { ruleTypesState: { isInitialLoad: boolean; isLoading: boolean; data: ",
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.RuleTypeIndexWithDescriptions",
"text": "RuleTypeIndexWithDescriptions"
},
"; error: unknown; }; hasAnyAuthorizedRuleType: boolean; authorizedRuleTypes: ",
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.RuleTypeWithDescription",
"text": "RuleTypeWithDescription"
},
"[]; authorizedToReadAnyRules: boolean; authorizedToCreateAnyRules: boolean; isSuccess: boolean; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_rule_types_permissions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useGetRuleTypesPermissions.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n toasts,\n filteredRuleTypes,\n registeredRuleTypes,\n context,\n enabled = true,\n}",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseGetRuleTypesPermissionsParams",
"text": "UseGetRuleTypesPermissionsParams"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_rule_types_permissions.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useHealthCheck",
"type": "Function",
"tags": [],
"label": "useHealthCheck",
"description": [],
"signature": [
"(props: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseHealthCheckProps",
"text": "UseHealthCheckProps"
},
") => { isLoading: boolean; isInitialLoading: boolean; error: \"alertsError\" | \"encryptionError\" | \"apiKeysDisabledError\" | \"apiKeysAndEncryptionError\" | null; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useHealthCheck.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseHealthCheckProps",
"text": "UseHealthCheckProps"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useLoadAlertingFrameworkHealth",
"type": "Function",
"tags": [],
"label": "useLoadAlertingFrameworkHealth",
"description": [],
"signature": [
"(props: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseLoadAlertingFrameworkHealthProps",
"text": "UseLoadAlertingFrameworkHealthProps"
},
") => { data: ",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.AlertingFrameworkHealth",
"text": "AlertingFrameworkHealth"
},
" | undefined; isLoading: boolean; isInitialLoading: boolean; isSuccess: boolean; isError: boolean; error: unknown; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useLoadAlertingFrameworkHealth.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseLoadAlertingFrameworkHealthProps",
"text": "UseLoadAlertingFrameworkHealthProps"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useLoadUiHealth",
"type": "Function",
"tags": [],
"label": "useLoadUiHealth",
"description": [],
"signature": [
"(props: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseLoadUiHealthProps",
"text": "UseLoadUiHealthProps"
},
") => { data: ",
"UiHealthCheck",
" | undefined; isLoading: boolean; isInitialLoading: boolean; isSuccess: boolean; isError: boolean; error: unknown; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.useLoadUiHealth.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UseLoadUiHealthProps",
"text": "UseLoadUiHealthProps"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorFieldsProps",
"type": "Interface",
"tags": [],
"label": "ActionConnectorFieldsProps",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorFieldsProps.readOnly",
"type": "boolean",
"tags": [],
"label": "readOnly",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorFieldsProps.isEdit",
"type": "boolean",
"tags": [],
"label": "isEdit",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorFieldsProps.registerPreSubmitValidator",
"type": "Function",
"tags": [],
"label": "registerPreSubmitValidator",
"description": [],
"signature": [
"(validator: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ConnectorValidationFunc",
"text": "ConnectorValidationFunc"
},
") => void"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorFieldsProps.registerPreSubmitValidator.$1",
"type": "Function",
"tags": [],
"label": "validator",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ConnectorValidationFunc",
"text": "ConnectorValidationFunc"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps",
"type": "Interface",
"tags": [],
"label": "ActionConnectorProps",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnectorProps",
"text": "ActionConnectorProps"
},
"<Config, Secrets>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps.secrets",
"type": "Uncategorized",
"tags": [],
"label": "secrets",
"description": [],
"signature": [
"Secrets"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps.actionTypeId",
"type": "string",
"tags": [],
"label": "actionTypeId",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps.referencedByCount",
"type": "number",
"tags": [],
"label": "referencedByCount",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps.config",
"type": "Uncategorized",
"tags": [],
"label": "config",
"description": [],
"signature": [
"Config"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps.isPreconfigured",
"type": "boolean",
"tags": [],
"label": "isPreconfigured",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps.isDeprecated",
"type": "boolean",
"tags": [],
"label": "isDeprecated",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps.isSystemAction",
"type": "boolean",
"tags": [],
"label": "isSystemAction",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorProps.isMissingSecrets",
"type": "CompoundType",
"tags": [],
"label": "isMissingSecrets",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps",
"type": "Interface",
"tags": [],
"label": "ActionParamsProps",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionParamsProps",
"text": "ActionParamsProps"
},
"<TParams>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.actionParams",
"type": "Object",
"tags": [],
"label": "actionParams",
"description": [],
"signature": [
"{ [P in keyof TParams]?: TParams[P] | undefined; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.index",
"type": "number",
"tags": [],
"label": "index",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.editAction",
"type": "Function",
"tags": [],
"label": "editAction",
"description": [],
"signature": [
"(key: string, value: ",
"SavedObjectAttribute",
", index: number) => void"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.editAction.$1",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.editAction.$2",
"type": "CompoundType",
"tags": [],
"label": "value",
"description": [],
"signature": [
"SavedObjectAttribute"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.editAction.$3",
"type": "number",
"tags": [],
"label": "index",
"description": [],
"signature": [
"number"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.errors",
"type": "Object",
"tags": [],
"label": "errors",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleFormParamsErrors",
"text": "RuleFormParamsErrors"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.ruleTypeId",
"type": "string",
"tags": [],
"label": "ruleTypeId",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.messageVariables",
"type": "Array",
"tags": [],
"label": "messageVariables",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
"[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.defaultMessage",
"type": "string",
"tags": [],
"label": "defaultMessage",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.useDefaultMessage",
"type": "CompoundType",
"tags": [],
"label": "useDefaultMessage",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.actionConnector",
"type": "CompoundType",
"tags": [],
"label": "actionConnector",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnector",
"text": "ActionConnector"
},
"<Record<string, unknown>, Record<string, unknown>> | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.isLoading",
"type": "CompoundType",
"tags": [],
"label": "isLoading",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.isDisabled",
"type": "CompoundType",
"tags": [],
"label": "isDisabled",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.selectedActionGroupId",
"type": "string",
"tags": [],
"label": "selectedActionGroupId",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.showEmailSubjectAndMessage",
"type": "CompoundType",
"tags": [],
"label": "showEmailSubjectAndMessage",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.executionMode",
"type": "CompoundType",
"tags": [],
"label": "executionMode",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnectorMode",
"text": "ActionConnectorMode"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.onBlur",
"type": "Function",
"tags": [],
"label": "onBlur",
"description": [],
"signature": [
"((field?: string | undefined) => void) | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.onBlur.$1",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.producerId",
"type": "string",
"tags": [],
"label": "producerId",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionParamsProps.featureId",
"type": "string",
"tags": [],
"label": "featureId",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionReadOnlyElementProps",
"type": "Interface",
"tags": [],
"label": "ActionReadOnlyElementProps",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionReadOnlyElementProps.connectorId",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionReadOnlyElementProps.connectorName",
"type": "string",
"tags": [],
"label": "connectorName",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel",
"type": "Interface",
"tags": [],
"label": "ActionTypeModel",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<ActionConfig, ActionSecrets, ActionParams>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.iconClass",
"type": "CompoundType",
"tags": [],
"label": "iconClass",
"description": [],
"signature": [
"string | React.ComponentType<{}>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.selectMessage",
"type": "string",
"tags": [],
"label": "selectMessage",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.actionTypeTitle",
"type": "string",
"tags": [],
"label": "actionTypeTitle",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.validateParams",
"type": "Function",
"tags": [],
"label": "validateParams",
"description": [],
"signature": [
"(actionParams: ActionParams) => Promise<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.GenericValidationResult",
"text": "GenericValidationResult"
},
"<unknown>>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.validateParams.$1",
"type": "Uncategorized",
"tags": [],
"label": "actionParams",
"description": [],
"signature": [
"ActionParams"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.actionConnectorFields",
"type": "CompoundType",
"tags": [],
"label": "actionConnectorFields",
"description": [],
"signature": [
"React.LazyExoticComponent<React.ComponentType<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnectorFieldsProps",
"text": "ActionConnectorFieldsProps"
},
">> | null"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.actionParamsFields",
"type": "Function",
"tags": [],
"label": "actionParamsFields",
"description": [],
"signature": [
"React.LazyExoticComponent<React.ComponentType<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionParamsProps",
"text": "ActionParamsProps"
},
"<ActionParams>>>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.actionParamsFields.$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/alerts-ui-shared",
"id": "def-public.ActionTypeModel.actionReadOnlyExtraComponent",
"type": "Function",
"tags": [],
"label": "actionReadOnlyExtraComponent",
"description": [],
"signature": [
"React.LazyExoticComponent<React.ComponentType<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionReadOnlyElementProps",
"text": "ActionReadOnlyElementProps"
},
">> | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.defaultActionParams",
"type": "Object",
"tags": [],
"label": "defaultActionParams",
"description": [],
"signature": [
"RecursivePartial",
"<ActionParams> | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.defaultRecoveredActionParams",
"type": "Object",
"tags": [],
"label": "defaultRecoveredActionParams",
"description": [],
"signature": [
"RecursivePartial",
"<ActionParams> | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.customConnectorSelectItem",
"type": "Object",
"tags": [],
"label": "customConnectorSelectItem",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.CustomConnectorSelectionItem",
"text": "CustomConnectorSelectionItem"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.isExperimental",
"type": "CompoundType",
"tags": [],
"label": "isExperimental",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.subtype",
"type": "Array",
"tags": [],
"label": "subtype",
"description": [],
"signature": [
"{ id: string; name: string; }[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.convertParamsBetweenGroups",
"type": "Function",
"tags": [],
"label": "convertParamsBetweenGroups",
"description": [],
"signature": [
"((params: ActionParams) => {} | ActionParams) | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.convertParamsBetweenGroups.$1",
"type": "Uncategorized",
"tags": [],
"label": "params",
"description": [],
"signature": [
"ActionParams"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.hideInUi",
"type": "CompoundType",
"tags": [],
"label": "hideInUi",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.modalWidth",
"type": "number",
"tags": [],
"label": "modalWidth",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.isSystemActionType",
"type": "CompoundType",
"tags": [],
"label": "isSystemActionType",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeModel.subFeature",
"type": "string",
"tags": [],
"label": "subFeature",
"description": [],
"signature": [
"\"endpointSecurity\" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertFieldsTableProps",
"type": "Interface",
"tags": [],
"label": "AlertFieldsTableProps",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertFieldsTableProps.alert",
"type": "CompoundType",
"tags": [],
"label": "alert",
"description": [
"\nThe raw alert object"
],
"signature": [
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.KnownAlertFields",
"text": "KnownAlertFields"
},
" & ",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.UnknownAlertFields",
"text": "UnknownAlertFields"
},
" & ",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.MetaAlertFields",
"text": "MetaAlertFields"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertFieldsTableProps.fields",
"type": "Array",
"tags": [],
"label": "fields",
"description": [
"\nA list of alert field keys to be shown in the table.\nWhen not defined, all the fields are shown."
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertLifecycleStatusBadgeProps",
"type": "Interface",
"tags": [],
"label": "AlertLifecycleStatusBadgeProps",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertLifecycleStatusBadgeProps.alertStatus",
"type": "CompoundType",
"tags": [],
"label": "alertStatus",
"description": [],
"signature": [
"\"recovered\" | \"active\" | \"untracked\""
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertLifecycleStatusBadgeProps.flapping",
"type": "CompoundType",
"tags": [],
"label": "flapping",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps",
"type": "Interface",
"tags": [],
"label": "AlertsSearchBarProps",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.appName",
"type": "string",
"tags": [],
"label": "appName",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.disableQueryLanguageSwitcher",
"type": "CompoundType",
"tags": [],
"label": "disableQueryLanguageSwitcher",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.rangeFrom",
"type": "string",
"tags": [],
"label": "rangeFrom",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.rangeTo",
"type": "string",
"tags": [],
"label": "rangeTo",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.query",
"type": "string",
"tags": [],
"label": "query",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.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-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.showFilterBar",
"type": "CompoundType",
"tags": [],
"label": "showFilterBar",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.showDatePicker",
"type": "CompoundType",
"tags": [],
"label": "showDatePicker",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.showSubmitButton",
"type": "CompoundType",
"tags": [],
"label": "showSubmitButton",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.submitOnBlur",
"type": "CompoundType",
"tags": [],
"label": "submitOnBlur",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.ruleTypeIds",
"type": "Array",
"tags": [],
"label": "ruleTypeIds",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.onQueryChange",
"type": "Function",
"tags": [],
"label": "onQueryChange",
"description": [],
"signature": [
"((query: { dateRange: { from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }; query?: string | undefined; }) => void) | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.onQueryChange.$1",
"type": "Object",
"tags": [],
"label": "query",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.onQueryChange.$1.dateRange",
"type": "Object",
"tags": [],
"label": "dateRange",
"description": [],
"signature": [
"{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.onQueryChange.$1.query",
"type": "string",
"tags": [],
"label": "query",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.onQuerySubmit",
"type": "Function",
"tags": [],
"label": "onQuerySubmit",
"description": [],
"signature": [
"(query: { dateRange: { from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }; query?: string | undefined; }) => void"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.onQuerySubmit.$1",
"type": "Object",
"tags": [],
"label": "query",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.onQuerySubmit.$1.dateRange",
"type": "Object",
"tags": [],
"label": "dateRange",
"description": [],
"signature": [
"{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.onQuerySubmit.$1.query",
"type": "string",
"tags": [],
"label": "query",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.onFiltersUpdated",
"type": "Function",
"tags": [],
"label": "onFiltersUpdated",
"description": [],
"signature": [
"((filters: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]) => void) | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.onFiltersUpdated.$1",
"type": "Array",
"tags": [],
"label": "filters",
"description": [],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
"HttpSetup"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.toasts",
"type": "Object",
"tags": [],
"label": "toasts",
"description": [],
"signature": [
"IToasts"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.unifiedSearchBar",
"type": "Function",
"tags": [],
"label": "unifiedSearchBar",
"description": [],
"signature": [
"(props: ",
{
"pluginId": "unifiedSearch",
"scope": "public",
"docId": "kibUnifiedSearchPluginApi",
"section": "def-public.StatefulSearchBarProps",
"text": "StatefulSearchBarProps"
},
"<",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.Query",
"text": "Query"
},
">) => React.ReactElement<any, string | React.JSXElementConstructor<any>>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.unifiedSearchBar.$1",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"Omit<",
"SearchBarOwnProps",
"<",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.Query",
"text": "Query"
},
">, \"showSaveQuery\"> & { appName: string; useDefaultBehaviors?: boolean | undefined; savedQueryId?: string | undefined; allowSavingQueries?: boolean | undefined; onSavedQueryIdChange?: ((savedQueryId?: string | undefined) => void) | undefined; onFiltersUpdated?: ((filters: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]) => void) | undefined; }"
],
"path": "src/platform/plugins/shared/unified_search/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertsSearchBarProps.dataService",
"type": "Object",
"tags": [],
"label": "dataService",
"description": [],
"signature": [
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataPluginApi",
"section": "def-public.DataPublicPluginStart",
"text": "DataPublicPluginStart"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ConnectorValidationError",
"type": "Interface",
"tags": [],
"label": "ConnectorValidationError",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ConnectorValidationError.message",
"type": "CompoundType",
"tags": [],
"label": "message",
"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-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.CustomConnectorSelectionItem",
"type": "Interface",
"tags": [],
"label": "CustomConnectorSelectionItem",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.CustomConnectorSelectionItem.getText",
"type": "Function",
"tags": [],
"label": "getText",
"description": [],
"signature": [
"(actionConnector: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnector",
"text": "ActionConnector"
},
"<Record<string, unknown>, Record<string, unknown>>) => string"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.CustomConnectorSelectionItem.getText.$1",
"type": "CompoundType",
"tags": [],
"label": "actionConnector",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnector",
"text": "ActionConnector"
},
"<Record<string, unknown>, Record<string, unknown>>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.CustomConnectorSelectionItem.getComponent",
"type": "Function",
"tags": [],
"label": "getComponent",
"description": [],
"signature": [
"(actionConnector: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnector",
"text": "ActionConnector"
},
"<Record<string, unknown>, Record<string, unknown>>) => React.LazyExoticComponent<React.ComponentType<{ actionConnector: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnector",
"text": "ActionConnector"
},
"<Record<string, unknown>, Record<string, unknown>>; }>> | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.CustomConnectorSelectionItem.getComponent.$1",
"type": "CompoundType",
"tags": [],
"label": "actionConnector",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnector",
"text": "ActionConnector"
},
"<Record<string, unknown>, Record<string, unknown>>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterContextType",
"type": "Interface",
"tags": [],
"label": "FilterContextType",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterContextType.allControls",
"type": "Array",
"tags": [],
"label": "allControls",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.FilterControlConfig",
"text": "FilterControlConfig"
},
"[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterContextType.addControl",
"type": "Function",
"tags": [],
"label": "addControl",
"description": [],
"signature": [
"(controls: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.FilterControlConfig",
"text": "FilterControlConfig"
},
") => void"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterContextType.addControl.$1",
"type": "CompoundType",
"tags": [],
"label": "controls",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.FilterControlConfig",
"text": "FilterControlConfig"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps",
"type": "Interface",
"tags": [],
"label": "FilterGroupProps",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.FilterGroupProps",
"text": "FilterGroupProps"
},
" extends Pick<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlGroupRuntimeState",
"text": "ControlGroupRuntimeState"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.DefaultControlState",
"text": "DefaultControlState"
},
">, \"chainingSystem\">"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.query",
"type": "Object",
"tags": [],
"label": "query",
"description": [],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.Query",
"text": "Query"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.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-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.timeRange",
"type": "Object",
"tags": [],
"label": "timeRange",
"description": [],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.spaceId",
"type": "string",
"tags": [],
"label": "spaceId",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.dataViewId",
"type": "CompoundType",
"tags": [],
"label": "dataViewId",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.ruleTypeIds",
"type": "Array",
"tags": [],
"label": "ruleTypeIds",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.onFiltersChange",
"type": "Function",
"tags": [],
"label": "onFiltersChange",
"description": [
"\nFilters changed callback"
],
"signature": [
"((newFilters: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]) => void) | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.onFiltersChange.$1",
"type": "Array",
"tags": [],
"label": "newFilters",
"description": [],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.defaultControls",
"type": "Array",
"tags": [],
"label": "defaultControls",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.FilterControlConfig",
"text": "FilterControlConfig"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.controlsUrlState",
"type": "Array",
"tags": [],
"label": "controlsUrlState",
"description": [
"\nThe controls configuration stored in the URL\n(takes precedence over the localStorage configuration)"
],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.FilterControlConfig",
"text": "FilterControlConfig"
},
"[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.setControlsUrlState",
"type": "Function",
"tags": [],
"label": "setControlsUrlState",
"description": [
"\nSetter for the controls url state"
],
"signature": [
"((controls: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.FilterControlConfig",
"text": "FilterControlConfig"
},
"[]) => void) | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.setControlsUrlState.$1",
"type": "Array",
"tags": [],
"label": "controls",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.FilterControlConfig",
"text": "FilterControlConfig"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.onInit",
"type": "Function",
"tags": [],
"label": "onInit",
"description": [
"\nInit callback"
],
"signature": [
"((controlGroupHandler: ",
{
"pluginId": "controls",
"scope": "public",
"docId": "kibControlsPluginApi",
"section": "def-public.ControlGroupRendererApi",
"text": "ControlGroupRendererApi"
},
" | undefined) => void) | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.onInit.$1",
"type": "CompoundType",
"tags": [],
"label": "controlGroupHandler",
"description": [],
"signature": [
{
"pluginId": "controls",
"scope": "public",
"docId": "kibControlsPluginApi",
"section": "def-public.ControlGroupRendererApi",
"text": "ControlGroupRendererApi"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.maxControls",
"type": "number",
"tags": [],
"label": "maxControls",
"description": [
"\nMaximum number of controls that can be added to the group"
],
"signature": [
"number | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.ControlGroupRenderer",
"type": "Function",
"tags": [],
"label": "ControlGroupRenderer",
"description": [
"\nThe control embeddable renderer"
],
"signature": [
"(props: ",
{
"pluginId": "controls",
"scope": "public",
"docId": "kibControlsPluginApi",
"section": "def-public.ControlGroupRendererProps",
"text": "ControlGroupRendererProps"
},
") => React.JSX.Element"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.ControlGroupRenderer.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "controls",
"scope": "public",
"docId": "kibControlsPluginApi",
"section": "def-public.ControlGroupRendererProps",
"text": "ControlGroupRendererProps"
}
],
"path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer_lazy.tsx",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.Storage",
"type": "Object",
"tags": [],
"label": "Storage",
"description": [],
"signature": [
"typeof ",
{
"pluginId": "kibanaUtils",
"scope": "public",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-public.Storage",
"text": "Storage"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.storageKey",
"type": "string",
"tags": [],
"label": "storageKey",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupProps.disableLocalStorageSync",
"type": "CompoundType",
"tags": [],
"label": "disableLocalStorageSync",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.GenericValidationResult",
"type": "Interface",
"tags": [],
"label": "GenericValidationResult",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.GenericValidationResult",
"text": "GenericValidationResult"
},
"<T>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.GenericValidationResult.errors",
"type": "Object",
"tags": [],
"label": "errors",
"description": [],
"signature": [
"{ [P in Extract<keyof T, string>]: unknown; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.HealthStatus",
"type": "Interface",
"tags": [],
"label": "HealthStatus",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.HealthStatus.isRulesAvailable",
"type": "boolean",
"tags": [],
"label": "isRulesAvailable",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.HealthStatus.isSufficientlySecure",
"type": "boolean",
"tags": [],
"label": "isSufficientlySecure",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.HealthStatus.hasPermanentEncryptionKey",
"type": "boolean",
"tags": [],
"label": "hasPermanentEncryptionKey",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.IsDisabledResult",
"type": "Interface",
"tags": [],
"label": "IsDisabledResult",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.IsDisabledResult.isEnabled",
"type": "boolean",
"tags": [],
"label": "isEnabled",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.IsDisabledResult.message",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.IsDisabledResult.messageCard",
"type": "Object",
"tags": [],
"label": "messageCard",
"description": [],
"signature": [
"JSX.Element"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.IsEnabledResult",
"type": "Interface",
"tags": [],
"label": "IsEnabledResult",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.IsEnabledResult.isEnabled",
"type": "boolean",
"tags": [],
"label": "isEnabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/check_action_type_enabled/check_action_type_enabled.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.MinimumScheduleInterval",
"type": "Interface",
"tags": [],
"label": "MinimumScheduleInterval",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.MinimumScheduleInterval.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.MinimumScheduleInterval.enforce",
"type": "boolean",
"tags": [],
"label": "enforce",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormActionsErrors",
"type": "Interface",
"tags": [],
"label": "RuleFormActionsErrors",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormActionsErrors.filterQuery",
"type": "Array",
"tags": [],
"label": "filterQuery",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormBaseErrors",
"type": "Interface",
"tags": [],
"label": "RuleFormBaseErrors",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormBaseErrors.name",
"type": "Array",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormBaseErrors.interval",
"type": "Array",
"tags": [],
"label": "interval",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormBaseErrors.consumer",
"type": "Array",
"tags": [],
"label": "consumer",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormBaseErrors.ruleTypeId",
"type": "Array",
"tags": [],
"label": "ruleTypeId",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormBaseErrors.actionConnectors",
"type": "Array",
"tags": [],
"label": "actionConnectors",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormBaseErrors.alertDelay",
"type": "Array",
"tags": [],
"label": "alertDelay",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormBaseErrors.tags",
"type": "Array",
"tags": [],
"label": "tags",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormParamsErrors",
"type": "Interface",
"tags": [],
"label": "RuleFormParamsErrors",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleFormParamsErrors.Unnamed",
"type": "IndexSignature",
"tags": [],
"label": "[key: string]: string | string[] | RuleFormParamsErrors",
"description": [],
"signature": [
"[key: string]: string | string[] | ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleFormParamsErrors",
"text": "RuleFormParamsErrors"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel",
"type": "Interface",
"tags": [],
"label": "RuleTypeModel",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<Params>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.iconClass",
"type": "string",
"tags": [],
"label": "iconClass",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.documentationUrl",
"type": "CompoundType",
"tags": [],
"label": "documentationUrl",
"description": [],
"signature": [
"string | ((docLinks: ",
"DocLinksStart",
") => string) | null"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.validate",
"type": "Function",
"tags": [],
"label": "validate",
"description": [],
"signature": [
"(ruleParams: Params, isServerless?: boolean | undefined) => ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ValidationResult",
"text": "ValidationResult"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.validate.$1",
"type": "Uncategorized",
"tags": [],
"label": "ruleParams",
"description": [],
"signature": [
"Params"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.validate.$2",
"type": "CompoundType",
"tags": [],
"label": "isServerless",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.ruleParamsExpression",
"type": "Function",
"tags": [],
"label": "ruleParamsExpression",
"description": [],
"signature": [
"React.FunctionComponent<any> | React.LazyExoticComponent<React.ComponentType<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeParamsExpressionProps",
"text": "RuleTypeParamsExpressionProps"
},
"<Params, Record<string, unknown>, string>>>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.ruleParamsExpression.$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/alerts-ui-shared",
"id": "def-public.RuleTypeModel.requiresAppContext",
"type": "boolean",
"tags": [],
"label": "requiresAppContext",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.defaultActionMessage",
"type": "string",
"tags": [],
"label": "defaultActionMessage",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.defaultRecoveryMessage",
"type": "string",
"tags": [],
"label": "defaultRecoveryMessage",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.defaultSummaryMessage",
"type": "string",
"tags": [],
"label": "defaultSummaryMessage",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeModel.alertDetailsAppSection",
"type": "CompoundType",
"tags": [],
"label": "alertDetailsAppSection",
"description": [],
"signature": [
"React.FunctionComponent<any> | React.LazyExoticComponent<React.ComponentType<any>> | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps",
"type": "Interface",
"tags": [],
"label": "RuleTypeParamsExpressionProps",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeParamsExpressionProps",
"text": "RuleTypeParamsExpressionProps"
},
"<Params, MetaData, ActionGroupIds>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.ruleParams",
"type": "Uncategorized",
"tags": [],
"label": "ruleParams",
"description": [],
"signature": [
"Params"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.ruleInterval",
"type": "string",
"tags": [],
"label": "ruleInterval",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.ruleThrottle",
"type": "string",
"tags": [],
"label": "ruleThrottle",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.alertNotifyWhen",
"type": "CompoundType",
"tags": [],
"label": "alertNotifyWhen",
"description": [],
"signature": [
"\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\""
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleParams",
"type": "Function",
"tags": [],
"label": "setRuleParams",
"description": [],
"signature": [
"<Key extends keyof Params>(property: Key, value: Params[Key] | undefined) => void"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleParams.$1",
"type": "Uncategorized",
"tags": [],
"label": "property",
"description": [],
"signature": [
"Key"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleParams.$2",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"Params[Key] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleProperty",
"type": "Function",
"tags": [],
"label": "setRuleProperty",
"description": [],
"signature": [
"<Prop extends \"params\" | \"id\" | \"consumer\" | \"name\" | \"monitoring\" | \"tags\" | \"actions\" | \"enabled\" | \"schedule\" | \"mapped_params\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"apiKeyCreatedByUser\" | \"throttle\" | \"muteAll\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\" | \"snoozeSchedule\" | \"activeSnoozes\" | \"isSnoozedUntil\" | \"lastRun\" | \"nextRun\" | \"revision\" | \"running\" | \"viewInAppRelativeUrl\" | \"alertDelay\" | \"flapping\" | \"ruleTypeId\">(key: Prop, value: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.SanitizedRule",
"text": "SanitizedRule"
},
"<Params>[Prop] | null) => void"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleProperty.$1",
"type": "Uncategorized",
"tags": [],
"label": "key",
"description": [],
"signature": [
"Prop"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleProperty.$2",
"type": "CompoundType",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.SanitizedRule",
"text": "SanitizedRule"
},
"<Params>[Prop] | null"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.onChangeMetaData",
"type": "Function",
"tags": [],
"label": "onChangeMetaData",
"description": [],
"signature": [
"(metadata: MetaData) => void"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.onChangeMetaData.$1",
"type": "Uncategorized",
"tags": [],
"label": "metadata",
"description": [],
"signature": [
"MetaData"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.errors",
"type": "Object",
"tags": [],
"label": "errors",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleFormParamsErrors",
"text": "RuleFormParamsErrors"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.defaultActionGroupId",
"type": "string",
"tags": [],
"label": "defaultActionGroupId",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.actionGroups",
"type": "Array",
"tags": [],
"label": "actionGroups",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionGroup",
"text": "ActionGroup"
},
"<ActionGroupIds>[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.metadata",
"type": "Uncategorized",
"tags": [],
"label": "metadata",
"description": [],
"signature": [
"MetaData | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.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-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.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-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.dataViews",
"type": "Object",
"tags": [],
"label": "dataViews",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublic",
"text": "DataViewsServicePublic"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParamsExpressionProps.unifiedSearch",
"type": "Object",
"tags": [],
"label": "unifiedSearch",
"description": [],
"signature": [
{
"pluginId": "unifiedSearch",
"scope": "public",
"docId": "kibUnifiedSearchPluginApi",
"section": "def-public.UnifiedSearchPublicPluginStart",
"text": "UnifiedSearchPublicPluginStart"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseAlertsDataViewParams",
"type": "Interface",
"tags": [],
"label": "UseAlertsDataViewParams",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseAlertsDataViewParams.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
"HttpSetup"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseAlertsDataViewParams.dataViewsService",
"type": "Object",
"tags": [],
"label": "dataViewsService",
"description": [],
"signature": [
"{ create: (spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", skipFetchFields?: boolean, displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">; get: (id: string, displayErrors?: boolean, refreshFields?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">; delete: (indexPatternId: string) => Promise<void>; find: (search: string, size?: number) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
"[]>; getCanSave: () => Promise<boolean>; getIds: (refresh?: boolean) => Promise<string[]>; getTitles: (refresh?: boolean) => Promise<string[]>; findLazy: (search: string, size?: number) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>; getIdsWithTitle: (refresh?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewListItem",
"text": "DataViewListItem"
},
"[]>; getAllDataViewLazy: (refresh?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>; clearCache: () => void; clearInstanceCache: (id?: string | undefined) => void; clearDataViewLazyCache: (id: string) => void; getCache: () => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSavedObjectAttrs",
"text": "DataViewSavedObjectAttrs"
},
">[] | null | undefined>; getDefault: (displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>; getDefaultId: () => Promise<string | null>; setDefault: (id: string | null, force?: boolean) => Promise<void>; hasUserDataView: () => Promise<boolean>; getMetaFields: () => Promise<string[] | undefined>; getShortDotsEnable: () => Promise<boolean | undefined>; getFieldsForWildcard: (options: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]>; getFieldsForIndexPattern: (indexPattern: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", options?: Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
", \"allowNoIndex\" | \"pattern\"> | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]>; refreshFields: (dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
", displayErrors?: boolean, forceRefresh?: boolean) => Promise<void>; fieldArrayToMap: (fields: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[], fieldAttrs?: ",
"FieldAttrsAsObject",
" | undefined) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewFieldMap",
"text": "DataViewFieldMap"
},
"; savedObjectToSpec: (savedObject: ",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
">) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
"; getDataViewLazy: (id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">; getDataViewLazyFromCache: (id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" | undefined>; createDataViewLazy: (spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">; createAndSaveDataViewLazy: (spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", overwrite?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">; createAndSave: (spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", overwrite?: boolean, skipFetchFields?: boolean, displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">; createSavedObject: (dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", overwrite?: boolean) => Promise<void>; updateSavedObject: (indexPattern: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", saveAttempts?: number, ignoreErrors?: boolean, displayErrors?: boolean) => Promise<void>; defaultDataViewExists: () => Promise<boolean>; getDefaultDataViewLazy: () => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" | null>; getDefaultDataView: (options?: { displayErrors?: boolean | undefined; refreshFields?: boolean | undefined; }) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>; toDataView: (dataViewLazy: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">; toDataViewLazy: (dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseAlertsDataViewParams.toasts",
"type": "Object",
"tags": [],
"label": "toasts",
"description": [],
"signature": [
"IToasts"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseAlertsDataViewParams.ruleTypeIds",
"type": "Array",
"tags": [],
"label": "ruleTypeIds",
"description": [
"\nArray of rule type ids used for authorization and area-based filtering\n\nSecurity data views must be requested in isolation (i.e. `['siem']`). If mixed with\nother rule type ids, the resulting data view will be empty."
],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseAlertsDataViewResult",
"type": "Interface",
"tags": [],
"label": "UseAlertsDataViewResult",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseAlertsDataViewResult.isLoading",
"type": "boolean",
"tags": [],
"label": "isLoading",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseAlertsDataViewResult.dataView",
"type": "CompoundType",
"tags": [],
"label": "dataView",
"description": [],
"signature": [
"(Omit<",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewBase",
"text": "DataViewBase"
},
", \"fields\"> & { fields: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]; }) | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetAlertsGroupAggregationsQueryProps",
"type": "Interface",
"tags": [],
"label": "UseGetAlertsGroupAggregationsQueryProps",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetAlertsGroupAggregationsQueryProps.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
"HttpSetup"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetAlertsGroupAggregationsQueryProps.toasts",
"type": "Object",
"tags": [],
"label": "toasts",
"description": [],
"signature": [
"IToasts"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetAlertsGroupAggregationsQueryProps.enabled",
"type": "CompoundType",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetAlertsGroupAggregationsQueryProps.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ ruleTypeIds: string[]; consumers?: string[] | undefined; groupByField: string; aggregations?: Record<string, ",
"AggregationsAggregationContainer",
"> | undefined; filters?: ",
"QueryDslQueryContainer",
"[] | undefined; sort?: ",
"SortCombinations",
"[] | undefined; pageIndex?: number | undefined; pageSize?: number | undefined; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetRuleTypesPermissionsParams",
"type": "Interface",
"tags": [],
"label": "UseGetRuleTypesPermissionsParams",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_rule_types_permissions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetRuleTypesPermissionsParams.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
"HttpSetup"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_rule_types_permissions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetRuleTypesPermissionsParams.toasts",
"type": "Object",
"tags": [],
"label": "toasts",
"description": [],
"signature": [
"IToasts"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_rule_types_permissions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetRuleTypesPermissionsParams.filteredRuleTypes",
"type": "Array",
"tags": [],
"label": "filteredRuleTypes",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_rule_types_permissions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetRuleTypesPermissionsParams.registeredRuleTypes",
"type": "Array",
"tags": [],
"label": "registeredRuleTypes",
"description": [],
"signature": [
"{ id: string; description: string; }[] | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_rule_types_permissions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetRuleTypesPermissionsParams.enabled",
"type": "CompoundType",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_rule_types_permissions.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseGetRuleTypesPermissionsParams.context",
"type": "Object",
"tags": [],
"label": "context",
"description": [],
"signature": [
"React.Context<",
"QueryClient",
" | undefined> | undefined"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_rule_types_permissions.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseHealthCheckProps",
"type": "Interface",
"tags": [],
"label": "UseHealthCheckProps",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseHealthCheckProps.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
"HttpSetup"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseHealthCheckResult",
"type": "Interface",
"tags": [],
"label": "UseHealthCheckResult",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseHealthCheckResult.isLoading",
"type": "boolean",
"tags": [],
"label": "isLoading",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseHealthCheckResult.healthCheckError",
"type": "CompoundType",
"tags": [],
"label": "healthCheckError",
"description": [],
"signature": [
"HealthCheckErrors",
" | null"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseLoadAlertingFrameworkHealthProps",
"type": "Interface",
"tags": [],
"label": "UseLoadAlertingFrameworkHealthProps",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseLoadAlertingFrameworkHealthProps.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
"HttpSetup"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseLoadUiHealthProps",
"type": "Interface",
"tags": [],
"label": "UseLoadUiHealthProps",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseLoadUiHealthProps.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
"HttpSetup"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ValidationResult",
"type": "Interface",
"tags": [],
"label": "ValidationResult",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ValidationResult.errors",
"type": "Object",
"tags": [],
"label": "errors",
"description": [],
"signature": [
"{ [x: string]: any; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnectorMode",
"type": "Enum",
"tags": [],
"label": "ActionConnectorMode",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertProvidedActionVariables",
"type": "Enum",
"tags": [],
"label": "AlertProvidedActionVariables",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.LegacyAlertProvidedActionVariables",
"type": "Enum",
"tags": [],
"label": "LegacyAlertProvidedActionVariables",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.SummaryAlertProvidedActionVariables",
"type": "Enum",
"tags": [],
"label": "SummaryAlertProvidedActionVariables",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionConnector",
"type": "Type",
"tags": [],
"label": "ActionConnector",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.PreConfiguredActionConnector",
"text": "PreConfiguredActionConnector"
},
" | ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.SystemAction",
"text": "SystemAction"
},
" | ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.UserConfiguredActionConnector",
"text": "UserConfiguredActionConnector"
},
"<Config, Secrets>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ActionTypeRegistryContract",
"type": "Type",
"tags": [],
"label": "ActionTypeRegistryContract",
"description": [],
"signature": [
"{ get: (id: string) => ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<Connector, Params, any>; list: () => ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<Connector, Params, any>[]; register: (objectType: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<Connector, Params, any>) => void; has: (id: string) => boolean; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ConnectorValidationFunc",
"type": "Type",
"tags": [],
"label": "ConnectorValidationFunc",
"description": [],
"signature": [
"() => Promise<void | ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ConnectorValidationError",
"text": "ConnectorValidationError"
},
" | undefined>"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterControlConfig",
"type": "Type",
"tags": [],
"label": "FilterControlConfig",
"description": [],
"signature": [
"Omit<",
"OptionsListControlState",
", \"dataViewId\"> & { persist?: boolean | undefined; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterGroupHandler",
"type": "Type",
"tags": [],
"label": "FilterGroupHandler",
"description": [],
"signature": [
{
"pluginId": "@kbn/presentation-containers",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-public.PresentationContainer",
"text": "PresentationContainer"
},
" & ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.DefaultEmbeddableApi",
"text": "DefaultEmbeddableApi"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlGroupSerializedState",
"text": "ControlGroupSerializedState"
},
", ",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlGroupRuntimeState",
"text": "ControlGroupRuntimeState"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.DefaultControlState",
"text": "DefaultControlState"
},
">> & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishesFilters",
"text": "PublishesFilters"
},
" & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishesDataViews",
"text": "PublishesDataViews"
},
" & ",
{
"pluginId": "@kbn/esql-types",
"scope": "common",
"docId": "kibKbnEsqlTypesPluginApi",
"section": "def-common.PublishesESQLVariables",
"text": "PublishesESQLVariables"
},
" & ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-public.HasSerializedChildState",
"text": "HasSerializedChildState"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlPanelState",
"text": "ControlPanelState"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.DefaultControlState",
"text": "DefaultControlState"
},
">> & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.HasEditCapabilities",
"text": "HasEditCapabilities"
},
" & Pick<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishesUnsavedChanges",
"text": "PublishesUnsavedChanges"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlGroupRuntimeState",
"text": "ControlGroupRuntimeState"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.DefaultControlState",
"text": "DefaultControlState"
},
">>, \"unsavedChanges$\"> & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishesTimeslice",
"text": "PublishesTimeslice"
},
" & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishesDisabledActionIds",
"text": "PublishesDisabledActionIds"
},
" & Partial<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.HasParentApi",
"text": "HasParentApi"
},
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishesUnifiedSearch",
"text": "PublishesUnifiedSearch"
},
"> & ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-public.HasSaveNotification",
"text": "HasSaveNotification"
},
" & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishesReload",
"text": "PublishesReload"
},
"> & { allowExpensiveQueries$: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<boolean>; autoApplySelections$: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<boolean>; ignoreParentSettings$: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ParentIgnoreSettings",
"text": "ParentIgnoreSettings"
},
" | undefined>; labelPosition: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlLabelPosition",
"text": "ControlLabelPosition"
},
">; asyncResetUnsavedChanges: () => Promise<void>; controlFetch$: (controlUuid: string) => ",
"Observable",
"<",
"ControlFetchContext",
">; openAddDataControlFlyout: (options?: { controlStateTransform?: ",
{
"pluginId": "controls",
"scope": "public",
"docId": "kibControlsPluginApi",
"section": "def-public.ControlStateTransform",
"text": "ControlStateTransform"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.DefaultControlState",
"text": "DefaultControlState"
},
"> | undefined; onSave?: (() => void) | undefined; } | undefined) => void; untilInitialized: () => Promise<void>; getEditorConfig: () => ",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlGroupEditorConfig",
"text": "ControlGroupEditorConfig"
},
" | undefined; getLastSavedControlState: (controlUuid: string) => object; setChainingSystem: (chainingSystem: ",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlGroupChainingSystem",
"text": "ControlGroupChainingSystem"
},
") => void; } & { reload: () => void; updateInput: (input: Partial<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlGroupRuntimeState",
"text": "ControlGroupRuntimeState"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.DefaultControlState",
"text": "DefaultControlState"
},
">>) => void; getInput$: () => ",
"BehaviorSubject",
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.ControlGroupRuntimeState",
"text": "ControlGroupRuntimeState"
},
"<",
{
"pluginId": "controls",
"scope": "common",
"docId": "kibControlsPluginApi",
"section": "def-common.DefaultControlState",
"text": "DefaultControlState"
},
">>; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.FilterUrlFormat",
"type": "Type",
"tags": [],
"label": "FilterUrlFormat",
"description": [],
"signature": [
"{ [x: string]: Pick<",
"OptionsListControlState",
", \"title\" | \"fieldName\" | \"exclude\" | \"selectedOptions\" | \"existsSelected\">; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.PreConfiguredActionConnector",
"type": "Type",
"tags": [],
"label": "PreConfiguredActionConnector",
"description": [],
"signature": [
"Omit<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnectorProps",
"text": "ActionConnectorProps"
},
"<never, never>, \"config\" | \"secrets\"> & { isPreconfigured: true; isSystemAction: false; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.queryKeyPrefix",
"type": "Array",
"tags": [],
"label": "queryKeyPrefix",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.ResolvedRule",
"type": "Type",
"tags": [],
"label": "ResolvedRule",
"description": [],
"signature": [
"Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ResolvedSanitizedRule",
"text": "ResolvedSanitizedRule"
},
"<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeParams",
"text": "RuleTypeParams"
},
">, \"actions\" | \"alertTypeId\" | \"systemActions\"> & { ruleTypeId: string; actions: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleUiAction",
"text": "RuleUiAction"
},
"[]; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.Rule",
"type": "Type",
"tags": [],
"label": "Rule",
"description": [],
"signature": [
"Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.SanitizedRule",
"text": "SanitizedRule"
},
"<Params>, \"actions\" | \"alertTypeId\" | \"systemActions\"> & { ruleTypeId: string; actions: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleUiAction",
"text": "RuleUiAction"
},
"[]; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeIndexWithDescriptions",
"type": "Type",
"tags": [],
"label": "RuleTypeIndexWithDescriptions",
"description": [],
"signature": [
"Map<string, ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeWithDescription",
"text": "RuleTypeWithDescription"
},
">"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeMetaData",
"type": "Type",
"tags": [],
"label": "RuleTypeMetaData",
"description": [],
"signature": [
"{ [x: string]: unknown; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeParams",
"type": "Type",
"tags": [],
"label": "RuleTypeParams",
"description": [],
"signature": [
"{ [x: string]: unknown; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeRegistryContract",
"type": "Type",
"tags": [],
"label": "RuleTypeRegistryContract",
"description": [],
"signature": [
"{ get: (id: string) => ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeParams",
"text": "RuleTypeParams"
},
">; list: () => ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeParams",
"text": "RuleTypeParams"
},
">[]; register: (objectType: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleTypeParams",
"text": "RuleTypeParams"
},
">) => void; has: (id: string) => boolean; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleTypeWithDescription",
"type": "Type",
"tags": [],
"label": "RuleTypeWithDescription",
"description": [],
"signature": [
{
"pluginId": "@kbn/triggers-actions-ui-types",
"scope": "common",
"docId": "kibKbnTriggersActionsUiTypesPluginApi",
"section": "def-common.RuleType",
"text": "RuleType"
},
"<string, string> & { description?: string | undefined; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.RuleUiAction",
"type": "Type",
"tags": [],
"label": "RuleUiAction",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.SanitizedRuleAction",
"text": "SanitizedRuleAction"
},
" | ",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.RuleSystemAction",
"text": "RuleSystemAction"
}
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.SanitizedRule",
"type": "Type",
"tags": [],
"label": "SanitizedRule",
"description": [],
"signature": [
"Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.SanitizedRule",
"text": "SanitizedRule"
},
"<Params>, \"actions\" | \"alertTypeId\" | \"systemActions\"> & { ruleTypeId: string; actions: ",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.RuleUiAction",
"text": "RuleUiAction"
},
"[]; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.SanitizedRuleAction",
"type": "Type",
"tags": [],
"label": "SanitizedRuleAction",
"description": [],
"signature": [
"Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.RuleAction",
"text": "RuleAction"
},
", \"alertsFilter\"> & { alertsFilter?: ",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.SanitizedAlertsFilter",
"text": "SanitizedAlertsFilter"
},
" | undefined; }"
],
"path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.SystemAction",
"type": "Type",
"tags": [],
"label": "SystemAction",
"description": [],
"signature": [
"Omit<",
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnectorProps",
"text": "ActionConnectorProps"
},
"<never, never>, \"config\" | \"secrets\"> & { isSystemAction: true; isPreconfigured: false; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UseFetchAlertsIndexNamesQueryParams",
"type": "Type",
"tags": [],
"label": "UseFetchAlertsIndexNamesQueryParams",
"description": [],
"signature": [
"FetchAlertsIndexNamesParams"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_index_names_query.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.UserConfiguredActionConnector",
"type": "Type",
"tags": [],
"label": "UserConfiguredActionConnector",
"description": [],
"signature": [
{
"pluginId": "@kbn/alerts-ui-shared",
"scope": "public",
"docId": "kibKbnAlertsUiSharedPluginApi",
"section": "def-public.ActionConnectorProps",
"text": "ActionConnectorProps"
},
"<Config, Secrets> & { isPreconfigured: false; isSystemAction: false; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.AlertProvidedActionVariableDescriptions",
"type": "Object",
"tags": [],
"label": "AlertProvidedActionVariableDescriptions",
"description": [],
"signature": [
"{ [x: `rule.params.${string}`]: ActionVariablesWithoutName; params: ActionVariablesWithoutName; spaceId: ActionVariablesWithoutName; date: ActionVariablesWithoutName; tags: ActionVariablesWithoutName; alertId: ActionVariablesWithoutName; alertInstanceId: ActionVariablesWithoutName; \"rule.id\": ActionVariablesWithoutName; \"rule.name\": ActionVariablesWithoutName; \"alert.uuid\": ActionVariablesWithoutName; \"alert.flapping\": ActionVariablesWithoutName; \"rule.tags\": ActionVariablesWithoutName; \"rule.type\": ActionVariablesWithoutName; alertName: ActionVariablesWithoutName; alertActionGroup: ActionVariablesWithoutName; alertActionGroupName: ActionVariablesWithoutName; kibanaBaseUrl: ActionVariablesWithoutName; \"rule.spaceId\": ActionVariablesWithoutName; \"rule.url\": ActionVariablesWithoutName; \"alert.id\": ActionVariablesWithoutName; \"alert.actionGroup\": ActionVariablesWithoutName; \"alert.actionGroupName\": ActionVariablesWithoutName; \"alert.consecutiveMatches\": ActionVariablesWithoutName; \"rule.params\": ActionVariablesWithoutName; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.search",
"type": "Object",
"tags": [],
"label": "search",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.search.box",
"type": "Object",
"tags": [],
"label": "box",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.search.box.incremental",
"type": "boolean",
"tags": [],
"label": "incremental",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.search.box.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.search.box.schema",
"type": "boolean",
"tags": [],
"label": "schema",
"description": [],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_fields_table/index.tsx",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/alerts-ui-shared",
"id": "def-public.SummarizedAlertProvidedActionVariableDescriptions",
"type": "Object",
"tags": [],
"label": "SummarizedAlertProvidedActionVariableDescriptions",
"description": [],
"signature": [
"{ [x: `rule.params.${string}`]: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; params: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; spaceId: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; date: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; tags: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; alertId: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; alertInstanceId: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"rule.id\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"rule.name\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alert.uuid\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alert.flapping\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"rule.tags\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"rule.type\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; alertName: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; alertActionGroup: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; alertActionGroupName: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; kibanaBaseUrl: Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"rule.spaceId\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"rule.url\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alert.id\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alert.actionGroup\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alert.actionGroupName\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alert.consecutiveMatches\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"rule.params\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alerts.recovered.count\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alerts.recovered.data\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alerts.new.count\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alerts.new.data\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alerts.all.count\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alerts.all.data\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alerts.ongoing.count\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; \"alerts.ongoing.data\": Omit<",
{
"pluginId": "@kbn/alerting-types",
"scope": "common",
"docId": "kibKbnAlertingTypesPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
", \"name\">; }"
],
"path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/action_variables/action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
]
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}