{ "id": "kibanaReact", "client": { "classes": [ { "parentPluginId": "kibanaReact", "id": "def-public.TableListView", "type": "Class", "tags": [], "label": "TableListView", "description": [], "signature": [ { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.TableListView", "text": "TableListView" }, " extends React.Component<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.TableListViewProps", "text": "TableListViewProps" }, ", ", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.TableListViewState", "text": "TableListViewState" }, ", any>" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.Unnamed", "type": "Function", "tags": [], "label": "Constructor", "description": [], "signature": [ "any" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.Unnamed.$1", "type": "Object", "tags": [], "label": "props", "description": [], "signature": [ { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.TableListViewProps", "text": "TableListViewProps" }, "" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.UNSAFE_componentWillMount", "type": "Function", "tags": [], "label": "UNSAFE_componentWillMount", "description": [], "signature": [ "() => void" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.componentWillUnmount", "type": "Function", "tags": [], "label": "componentWillUnmount", "description": [], "signature": [ "() => void" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.componentDidMount", "type": "Function", "tags": [], "label": "componentDidMount", "description": [], "signature": [ "() => void" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.debouncedFetch", "type": "Function", "tags": [], "label": "debouncedFetch", "description": [], "signature": [ "((filter: string) => Promise) & _.Cancelable" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.debouncedFetch.$1", "type": "string", "tags": [], "label": "filter", "description": [], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false } ] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.fetchItems", "type": "Function", "tags": [], "label": "fetchItems", "description": [], "signature": [ "() => void" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.deleteSelectedItems", "type": "Function", "tags": [], "label": "deleteSelectedItems", "description": [], "signature": [ "() => Promise" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.closeDeleteModal", "type": "Function", "tags": [], "label": "closeDeleteModal", "description": [], "signature": [ "() => void" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.openDeleteModal", "type": "Function", "tags": [], "label": "openDeleteModal", "description": [], "signature": [ "() => void" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.setFilter", "type": "Function", "tags": [], "label": "setFilter", "description": [], "signature": [ "({ queryText }: { queryText: string; }) => void" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.setFilter.$1", "type": "Object", "tags": [], "label": "{ queryText }", "description": [], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.setFilter.$1.queryText", "type": "string", "tags": [], "label": "queryText", "description": [], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false } ] } ], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.hasNoItems", "type": "Function", "tags": [], "label": "hasNoItems", "description": [], "signature": [ "() => boolean" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.renderConfirmDeleteModal", "type": "Function", "tags": [], "label": "renderConfirmDeleteModal", "description": [], "signature": [ "() => JSX.Element" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.renderListingLimitWarning", "type": "Function", "tags": [], "label": "renderListingLimitWarning", "description": [], "signature": [ "() => JSX.Element | undefined" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.renderFetchError", "type": "Function", "tags": [], "label": "renderFetchError", "description": [], "signature": [ "() => JSX.Element | undefined" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.renderNoItemsMessage", "type": "Function", "tags": [], "label": "renderNoItemsMessage", "description": [], "signature": [ "() => JSX.Element" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.renderToolsLeft", "type": "Function", "tags": [], "label": "renderToolsLeft", "description": [], "signature": [ "() => JSX.Element | undefined" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.renderTable", "type": "Function", "tags": [], "label": "renderTable", "description": [], "signature": [ "() => JSX.Element" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.renderCreateButton", "type": "Function", "tags": [], "label": "renderCreateButton", "description": [], "signature": [ "() => JSX.Element | undefined" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.TableListView.render", "type": "Function", "tags": [], "label": "render", "description": [], "signature": [ "() => JSX.Element" ], "path": "src/plugins/kibana_react/public/table_list_view/table_list_view.tsx", "deprecated": false, "children": [], "returnComment": [] } ], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange", "type": "Class", "tags": [], "label": "ValidatedDualRange", "description": [], "signature": [ { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.ValidatedDualRange", "text": "ValidatedDualRange" }, " extends React.Component" ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange.defaultProps", "type": "Object", "tags": [], "label": "defaultProps", "description": [], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange.defaultProps.allowEmptyRange", "type": "boolean", "tags": [], "label": "allowEmptyRange", "description": [], "signature": [ "true" ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false }, { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange.defaultProps.fullWidth", "type": "boolean", "tags": [], "label": "fullWidth", "description": [], "signature": [ "false" ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false }, { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange.defaultProps.compressed", "type": "boolean", "tags": [], "label": "compressed", "description": [], "signature": [ "false" ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false } ] }, { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange.getDerivedStateFromProps", "type": "Function", "tags": [], "label": "getDerivedStateFromProps", "description": [], "signature": [ "(nextProps: Props, prevState: State) => { value: [React.ReactText, React.ReactText] | undefined; prevValue: [React.ReactText, React.ReactText] | undefined; isValid: boolean; errorMessage: string; } | null" ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange.getDerivedStateFromProps.$1", "type": "Object", "tags": [], "label": "nextProps", "description": [], "signature": [ "Props" ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "isRequired": true }, { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange.getDerivedStateFromProps.$2", "type": "Object", "tags": [], "label": "prevState", "description": [], "signature": [ "State" ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange.state", "type": "Object", "tags": [], "label": "state", "description": [], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "children": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange._onChange", "type": "Function", "tags": [], "label": "_onChange", "description": [], "signature": [ "(value: [React.ReactText, React.ReactText]) => void" ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange._onChange.$1", "type": "Object", "tags": [], "label": "value", "description": [], "signature": [ "[React.ReactText, React.ReactText]" ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.ValidatedDualRange.render", "type": "Function", "tags": [], "label": "render", "description": [], "signature": [ "() => JSX.Element" ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "children": [], "returnComment": [] } ], "initialIsOpen": false } ], "functions": [ { "parentPluginId": "kibanaReact", "id": "def-public.CodeEditor", "type": "Function", "tags": [ "see" ], "label": "CodeEditor", "description": [ "\nRenders a Monaco code editor with EUI color theme.\n" ], "signature": [ "(props: React.PropsWithChildren<", "Props", ">) => JSX.Element" ], "path": "src/plugins/kibana_react/public/code_editor/index.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.CodeEditor.$1", "type": "CompoundType", "tags": [], "label": "props", "description": [], "signature": [ "React.PropsWithChildren<", "Props", ">" ], "path": "src/plugins/kibana_react/public/code_editor/index.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.CodeEditorField", "type": "Function", "tags": [], "label": "CodeEditorField", "description": [ "\nRenders a Monaco code editor in the same style as other EUI form fields." ], "signature": [ "(props: React.PropsWithChildren<", "Props", ">) => JSX.Element" ], "path": "src/plugins/kibana_react/public/code_editor/index.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.CodeEditorField.$1", "type": "CompoundType", "tags": [], "label": "props", "description": [], "signature": [ "React.PropsWithChildren<", "Props", ">" ], "path": "src/plugins/kibana_react/public/code_editor/index.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.createKibanaReactContext", "type": "Function", "tags": [], "label": "createKibanaReactContext", "description": [], "signature": [ ">(services: Services) => ", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.KibanaReactContext", "text": "KibanaReactContext" }, "" ], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.createKibanaReactContext.$1", "type": "Uncategorized", "tags": [], "label": "services", "description": [], "signature": [ "Services" ], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.createNotifications", "type": "Function", "tags": [], "label": "createNotifications", "description": [], "signature": [ "(services: Partial<", { "pluginId": "core", "scope": "public", "docId": "kibCorePluginApi", "section": "def-public.CoreStart", "text": "CoreStart" }, ">) => ", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.KibanaReactNotifications", "text": "KibanaReactNotifications" } ], "path": "src/plugins/kibana_react/public/notifications/create_notifications.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.createNotifications.$1", "type": "Object", "tags": [], "label": "services", "description": [], "signature": [ "Partial<", { "pluginId": "core", "scope": "public", "docId": "kibCorePluginApi", "section": "def-public.CoreStart", "text": "CoreStart" }, ">" ], "path": "src/plugins/kibana_react/public/notifications/create_notifications.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.createReactOverlays", "type": "Function", "tags": [], "label": "createReactOverlays", "description": [], "signature": [ "(services: Partial<", { "pluginId": "core", "scope": "public", "docId": "kibCorePluginApi", "section": "def-public.CoreStart", "text": "CoreStart" }, ">) => ", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.KibanaReactOverlays", "text": "KibanaReactOverlays" } ], "path": "src/plugins/kibana_react/public/overlays/create_react_overlays.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.createReactOverlays.$1", "type": "Object", "tags": [], "label": "services", "description": [], "signature": [ "Partial<", { "pluginId": "core", "scope": "public", "docId": "kibCorePluginApi", "section": "def-public.CoreStart", "text": "CoreStart" }, ">" ], "path": "src/plugins/kibana_react/public/overlays/create_react_overlays.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.ElasticAgentCard", "type": "Function", "tags": [], "label": "ElasticAgentCard", "description": [ "\nApplies extra styling to a typical EuiAvatar" ], "signature": [ "({ solution, recommended, title, href, button, layout, category, ...cardRest }: React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.ElasticAgentCardProps", "text": "ElasticAgentCardProps" }, ">) => JSX.Element" ], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.ElasticAgentCard.$1", "type": "CompoundType", "tags": [], "label": "{\n solution,\n recommended,\n title,\n href,\n button,\n layout,\n category,\n ...cardRest\n}", "description": [], "signature": [ "React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.ElasticAgentCardProps", "text": "ElasticAgentCardProps" }, ">" ], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.FieldButton", "type": "Function", "tags": [], "label": "FieldButton", "description": [], "signature": [ "({\n size = 'm',\n isActive = false,\n fieldIcon,\n fieldName,\n fieldInfoIcon,\n fieldAction,\n className,\n isDraggable = false,\n onClick,\n dataTestSubj,\n buttonProps,\n ...rest\n}: ", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.FieldButtonProps", "text": "FieldButtonProps" }, ") => JSX.Element" ], "path": "src/plugins/kibana_react/public/field_button/field_button.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.FieldButton.$1", "type": "Object", "tags": [], "label": "{\n size = 'm',\n isActive = false,\n fieldIcon,\n fieldName,\n fieldInfoIcon,\n fieldAction,\n className,\n isDraggable = false,\n onClick,\n dataTestSubj,\n buttonProps,\n ...rest\n}", "description": [], "signature": [ { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.FieldButtonProps", "text": "FieldButtonProps" } ], "path": "src/plugins/kibana_react/public/field_button/field_button.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.FieldIcon", "type": "Function", "tags": [], "label": "FieldIcon", "description": [ "\nField token icon used across the app" ], "signature": [ "({\n type,\n label,\n size = 's',\n scripted,\n className,\n ...rest\n}: ", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.FieldIconProps", "text": "FieldIconProps" }, ") => JSX.Element" ], "path": "src/plugins/kibana_react/public/field_icon/field_icon.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.FieldIcon.$1", "type": "Object", "tags": [], "label": "{\n type,\n label,\n size = 's',\n scripted,\n className,\n ...rest\n}", "description": [], "signature": [ { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.FieldIconProps", "text": "FieldIconProps" } ], "path": "src/plugins/kibana_react/public/field_icon/field_icon.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.KibanaContextProvider", "type": "Function", "tags": [], "label": "KibanaContextProvider", "description": [], "signature": [ "React.FunctionComponent<{ services?: {} | undefined; }>" ], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.KibanaContextProvider.$1", "type": "CompoundType", "tags": [], "label": "props", "description": [], "signature": [ "P & { children?: React.ReactNode; }" ], "path": "node_modules/@types/react/index.d.ts", "deprecated": false }, { "parentPluginId": "kibanaReact", "id": "def-public.KibanaContextProvider.$2", "type": "Any", "tags": [], "label": "context", "description": [], "signature": [ "any" ], "path": "node_modules/@types/react/index.d.ts", "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.KibanaPageTemplate", "type": "Function", "tags": [], "label": "KibanaPageTemplate", "description": [], "signature": [ "({ template, className, pageHeader, children, isEmptyState, restrictWidth, pageSideBar, pageSideBarProps, solutionNav, noDataConfig, ...rest }: React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.KibanaPageTemplateProps", "text": "KibanaPageTemplateProps" }, ">) => JSX.Element" ], "path": "src/plugins/kibana_react/public/page_template/page_template.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.KibanaPageTemplate.$1", "type": "CompoundType", "tags": [], "label": "{\n template,\n className,\n pageHeader,\n children,\n isEmptyState,\n restrictWidth = true,\n pageSideBar,\n pageSideBarProps,\n solutionNav,\n noDataConfig,\n ...rest\n}", "description": [], "signature": [ "React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.KibanaPageTemplateProps", "text": "KibanaPageTemplateProps" }, ">" ], "path": "src/plugins/kibana_react/public/page_template/page_template.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.KibanaPageTemplateSolutionNavAvatar", "type": "Function", "tags": [], "label": "KibanaPageTemplateSolutionNavAvatar", "description": [ "\nApplies extra styling to a typical EuiAvatar" ], "signature": [ "({ className, size, ...rest }: React.PropsWithChildren<", "KibanaPageTemplateSolutionNavAvatarProps", ">) => JSX.Element" ], "path": "src/plugins/kibana_react/public/page_template/solution_nav/solution_nav_avatar.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.KibanaPageTemplateSolutionNavAvatar.$1", "type": "CompoundType", "tags": [], "label": "{ className, size, ...rest }", "description": [], "signature": [ "React.PropsWithChildren<", "KibanaPageTemplateSolutionNavAvatarProps", ">" ], "path": "src/plugins/kibana_react/public/page_template/solution_nav/solution_nav_avatar.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.Markdown", "type": "Function", "tags": [], "label": "Markdown", "description": [], "signature": [ "(props: ", "MarkdownProps", ") => JSX.Element" ], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.Markdown.$1", "type": "Object", "tags": [], "label": "props", "description": [], "signature": [ "MarkdownProps" ], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.MarkdownSimple", "type": "Function", "tags": [], "label": "MarkdownSimple", "description": [], "signature": [ "(props: ", "MarkdownSimpleProps", ") => JSX.Element" ], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.MarkdownSimple.$1", "type": "Object", "tags": [], "label": "props", "description": [], "signature": [ "MarkdownSimpleProps" ], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.MountPointPortal", "type": "Function", "tags": [], "label": "MountPointPortal", "description": [ "\nUtility component to portal a part of a react application into the provided `MountPoint`." ], "signature": [ "({ children, setMountPoint }: React.PropsWithChildren) => React.ReactPortal | null" ], "path": "src/plugins/kibana_react/public/util/mount_point_portal.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.MountPointPortal.$1", "type": "CompoundType", "tags": [], "label": "{ children, setMountPoint }", "description": [], "signature": [ "React.PropsWithChildren" ], "path": "src/plugins/kibana_react/public/util/mount_point_portal.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.NoDataCard", "type": "Function", "tags": [], "label": "NoDataCard", "description": [], "signature": [ "({ recommended, title, button, layout, ...cardRest }: React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.NoDataPageActions", "text": "NoDataPageActions" }, ">) => JSX.Element" ], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/no_data_card.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.NoDataCard.$1", "type": "CompoundType", "tags": [], "label": "{\n recommended,\n title,\n button,\n layout,\n ...cardRest\n}", "description": [], "signature": [ "React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.NoDataPageActions", "text": "NoDataPageActions" }, ">" ], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/no_data_card.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.NoDataPage", "type": "Function", "tags": [], "label": "NoDataPage", "description": [], "signature": [ "({ solution, logo, actions, docsLink, pageTitle, ...rest }: React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.NoDataPageProps", "text": "NoDataPageProps" }, ">) => JSX.Element" ], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.NoDataPage.$1", "type": "CompoundType", "tags": [], "label": "{\n solution,\n logo,\n actions,\n docsLink,\n pageTitle,\n ...rest\n}", "description": [], "signature": [ "React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.NoDataPageProps", "text": "NoDataPageProps" }, ">" ], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.overviewPageActions", "type": "Function", "tags": [], "label": "overviewPageActions", "description": [], "signature": [ "({ addDataHref, application, devToolsHref, hidden, managementHref, showDevToolsLink, showManagementLink, }: Props) => (JSX.Element | null)[]" ], "path": "src/plugins/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.overviewPageActions.$1", "type": "Object", "tags": [], "label": "{\n addDataHref,\n application,\n devToolsHref,\n hidden,\n managementHref,\n showDevToolsLink,\n showManagementLink,\n}", "description": [], "signature": [ "Props" ], "path": "src/plugins/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.OverviewPageFooter", "type": "Function", "tags": [], "label": "OverviewPageFooter", "description": [], "signature": [ "({ addBasePath, path, onSetDefaultRoute, onChangeDefaultRoute, }: React.PropsWithChildren) => JSX.Element" ], "path": "src/plugins/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.OverviewPageFooter.$1", "type": "CompoundType", "tags": [], "label": "{\n addBasePath,\n path,\n onSetDefaultRoute,\n onChangeDefaultRoute,\n}", "description": [], "signature": [ "React.PropsWithChildren" ], "path": "src/plugins/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.Panel", "type": "Function", "tags": [], "label": "Panel", "description": [], "signature": [ "({ children, className, initialWidth = 100, style = {} }: ", "Props", ") => JSX.Element" ], "path": "src/plugins/kibana_react/public/split_panel/containers/panel.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.Panel.$1", "type": "Object", "tags": [], "label": "{ children, className, initialWidth = 100, style = {} }", "description": [], "signature": [ "Props" ], "path": "src/plugins/kibana_react/public/split_panel/containers/panel.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.PanelsContainer", "type": "Function", "tags": [], "label": "PanelsContainer", "description": [], "signature": [ "({\n children,\n className,\n onPanelWidthChange,\n resizerClassName,\n}: ", "Props", ") => JSX.Element" ], "path": "src/plugins/kibana_react/public/split_panel/containers/panel_container.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.PanelsContainer.$1", "type": "Object", "tags": [], "label": "{\n children,\n className,\n onPanelWidthChange,\n resizerClassName,\n}", "description": [], "signature": [ "Props" ], "path": "src/plugins/kibana_react/public/split_panel/containers/panel_container.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.reactRouterNavigate", "type": "Function", "tags": [], "label": "reactRouterNavigate", "description": [], "signature": [ "(history: ", { "pluginId": "core", "scope": "public", "docId": "kibCoreApplicationPluginApi", "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, " | ", "History", ", to: string | LocationObject, onClickCallback?: Function | undefined) => { href: string; onClick: (event: React.MouseEvent) => void; }" ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.reactRouterNavigate.$1", "type": "CompoundType", "tags": [], "label": "history", "description": [], "signature": [ { "pluginId": "core", "scope": "public", "docId": "kibCoreApplicationPluginApi", "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, " | ", "History", "" ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "isRequired": true }, { "parentPluginId": "kibanaReact", "id": "def-public.reactRouterNavigate.$2", "type": "CompoundType", "tags": [], "label": "to", "description": [], "signature": [ "string | LocationObject" ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "isRequired": true }, { "parentPluginId": "kibanaReact", "id": "def-public.reactRouterNavigate.$3", "type": "Object", "tags": [], "label": "onClickCallback", "description": [], "signature": [ "Function | undefined" ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "isRequired": false } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.reactRouterOnClickHandler", "type": "Function", "tags": [], "label": "reactRouterOnClickHandler", "description": [], "signature": [ "(history: ", { "pluginId": "core", "scope": "public", "docId": "kibCoreApplicationPluginApi", "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, " | ", "History", ", to: string | LocationObject, onClickCallback?: Function | undefined) => (event: React.MouseEvent) => void" ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.reactRouterOnClickHandler.$1", "type": "CompoundType", "tags": [], "label": "history", "description": [], "signature": [ { "pluginId": "core", "scope": "public", "docId": "kibCoreApplicationPluginApi", "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, " | ", "History", "" ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "isRequired": true }, { "parentPluginId": "kibanaReact", "id": "def-public.reactRouterOnClickHandler.$2", "type": "CompoundType", "tags": [], "label": "to", "description": [], "signature": [ "string | LocationObject" ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "isRequired": true }, { "parentPluginId": "kibanaReact", "id": "def-public.reactRouterOnClickHandler.$3", "type": "Object", "tags": [], "label": "onClickCallback", "description": [], "signature": [ "Function | undefined" ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "isRequired": false } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.reactToUiComponent", "type": "Function", "tags": [], "label": "reactToUiComponent", "description": [ "\nTransform a React component into a `UiComponent`.\n" ], "signature": [ "(ReactComp: React.ComponentType) => ", { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", "section": "def-common.UiComponent", "text": "UiComponent" }, "" ], "path": "src/plugins/kibana_react/public/adapters/react_to_ui_component.ts", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.reactToUiComponent.$1", "type": "CompoundType", "tags": [], "label": "ReactComp", "description": [ "A React component." ], "signature": [ "React.ComponentType" ], "path": "src/plugins/kibana_react/public/adapters/react_to_ui_component.ts", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.RedirectAppLinks", "type": "Function", "tags": [], "label": "RedirectAppLinks", "description": [ "\nUtility component that will intercept click events on children anchor (``) elements to call\n`application.navigateToUrl` with the link's href. This will trigger SPA friendly navigation\nwhen the link points to a valid Kibana app.\n" ], "signature": [ "({ application, children, className, ...otherProps }: React.PropsWithChildren) => JSX.Element" ], "path": "src/plugins/kibana_react/public/app_links/redirect_app_link.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.RedirectAppLinks.$1", "type": "CompoundType", "tags": [], "label": "{\n application,\n children,\n className,\n ...otherProps\n}", "description": [], "signature": [ "React.PropsWithChildren" ], "path": "src/plugins/kibana_react/public/app_links/redirect_app_link.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.toMountPoint", "type": "Function", "tags": [], "label": "toMountPoint", "description": [ "\nMountPoint converter for react nodes.\n" ], "signature": [ "(node: React.ReactNode) => ", { "pluginId": "core", "scope": "public", "docId": "kibCorePluginApi", "section": "def-public.MountPoint", "text": "MountPoint" }, "" ], "path": "src/plugins/kibana_react/public/util/to_mount_point.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.toMountPoint.$1", "type": "CompoundType", "tags": [], "label": "node", "description": [ "to get a mount point for" ], "signature": [ "React.ReactNode" ], "path": "src/plugins/kibana_react/public/util/to_mount_point.tsx", "deprecated": false, "isRequired": false } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.ToolbarButton", "type": "Function", "tags": [], "label": "ToolbarButton", "description": [], "signature": [ "({ children, className, fontWeight, size, hasArrow, groupPosition, dataTestSubj, ...rest }: React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.ToolbarButtonProps", "text": "ToolbarButtonProps" }, ">) => JSX.Element" ], "path": "src/plugins/kibana_react/public/toolbar_button/toolbar_button.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.ToolbarButton.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n className,\n fontWeight = 'normal',\n size = 'm',\n hasArrow = true,\n groupPosition = 'none',\n dataTestSubj = '',\n ...rest\n}", "description": [], "signature": [ "React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.ToolbarButtonProps", "text": "ToolbarButtonProps" }, ">" ], "path": "src/plugins/kibana_react/public/toolbar_button/toolbar_button.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.uiToReactComponent", "type": "Function", "tags": [], "label": "uiToReactComponent", "description": [ "\nTransforms `UiComponent` into a React component." ], "signature": [ "(Comp: ", { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", "section": "def-common.UiComponent", "text": "UiComponent" }, ", as?: string) => React.FC" ], "path": "src/plugins/kibana_react/public/adapters/ui_to_react_component.ts", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.uiToReactComponent.$1", "type": "Function", "tags": [], "label": "Comp", "description": [], "signature": [ { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", "section": "def-common.UiComponent", "text": "UiComponent" }, "" ], "path": "src/plugins/kibana_react/public/adapters/ui_to_react_component.ts", "deprecated": false, "isRequired": true }, { "parentPluginId": "kibanaReact", "id": "def-public.uiToReactComponent.$2", "type": "string", "tags": [], "label": "as", "description": [], "signature": [ "string" ], "path": "src/plugins/kibana_react/public/adapters/ui_to_react_component.ts", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.UrlTemplateEditor", "type": "Function", "tags": [], "label": "UrlTemplateEditor", "description": [], "signature": [ "({ height, value, variables, onChange, onEditor, Editor, }: React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.UrlTemplateEditorProps", "text": "UrlTemplateEditorProps" }, ">) => JSX.Element" ], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.UrlTemplateEditor.$1", "type": "CompoundType", "tags": [], "label": "{\n height = 105,\n value,\n variables,\n onChange,\n onEditor,\n Editor = CodeEditor,\n}", "description": [], "signature": [ "React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.UrlTemplateEditorProps", "text": "UrlTemplateEditorProps" }, ">" ], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.useKibana", "type": "Function", "tags": [], "label": "useKibana", "description": [], "signature": [ "() => ", { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.KibanaReactContextValue", "text": "KibanaReactContextValue" }, " & Extra>" ], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "children": [], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.useUiSetting", "type": "Function", "tags": [], "label": "useUiSetting", "description": [ "\nReturns the current UI-settings value.\n\nUsage:\n\n```js\nconst darkMode = useUiSetting('theme:darkMode');\n```" ], "signature": [ "(key: string, defaultValue?: T | undefined) => T" ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.useUiSetting.$1", "type": "string", "tags": [], "label": "key", "description": [], "signature": [ "string" ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "isRequired": true }, { "parentPluginId": "kibanaReact", "id": "def-public.useUiSetting.$2", "type": "Uncategorized", "tags": [], "label": "defaultValue", "description": [], "signature": [ "T | undefined" ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "isRequired": false } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.useUiSetting$", "type": "Function", "tags": [], "label": "useUiSetting$", "description": [ "\nReturns a 2-tuple, where first entry is the setting value and second is a\nfunction to update the setting value.\n\nSynchronously returns the most current value of the setting and subscribes\nto all subsequent updates, which will re-render your component on new values.\n\nUsage:\n\n```js\nconst [darkMode, setDarkMode] = useUiSetting$('theme:darkMode');\n```" ], "signature": [ "(key: string, defaultValue?: T | undefined) => [T, Setter]" ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.useUiSetting$.$1", "type": "string", "tags": [], "label": "key", "description": [], "signature": [ "string" ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "isRequired": true }, { "parentPluginId": "kibanaReact", "id": "def-public.useUiSetting$.$2", "type": "Uncategorized", "tags": [], "label": "defaultValue", "description": [], "signature": [ "T | undefined" ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "isRequired": false } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.withKibana", "type": "Function", "tags": [], "label": "withKibana", "description": [], "signature": [ "; }>(type: React.ComponentType) => React.FC>>" ], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.withKibana.$1", "type": "CompoundType", "tags": [], "label": "type", "description": [], "signature": [ "React.ComponentType" ], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false } ], "interfaces": [ { "parentPluginId": "kibanaReact", "id": "def-public.ExitFullScreenButtonProps", "type": "Interface", "tags": [], "label": "ExitFullScreenButtonProps", "description": [], "path": "src/plugins/kibana_react/public/exit_full_screen_button/exit_full_screen_button.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.ExitFullScreenButtonProps.onExitFullScreenMode", "type": "Function", "tags": [], "label": "onExitFullScreenMode", "description": [], "signature": [ "() => void" ], "path": "src/plugins/kibana_react/public/exit_full_screen_button/exit_full_screen_button.tsx", "deprecated": false, "children": [], "returnComment": [] }, { "parentPluginId": "kibanaReact", "id": "def-public.ExitFullScreenButtonProps.chrome", "type": "Object", "tags": [], "label": "chrome", "description": [], "signature": [ { "pluginId": "core", "scope": "public", "docId": "kibCoreChromePluginApi", "section": "def-public.ChromeStart", "text": "ChromeStart" } ], "path": "src/plugins/kibana_react/public/exit_full_screen_button/exit_full_screen_button.tsx", "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "kibanaReact", "id": "def-public.FieldButtonProps", "type": "Interface", "tags": [], "label": "FieldButtonProps", "description": [], "signature": [ { "pluginId": "kibanaReact", "scope": "public", "docId": "kibKibanaReactPluginApi", "section": "def-public.FieldButtonProps", "text": "FieldButtonProps" }, " extends React.HTMLAttributes" ], "path": "src/plugins/kibana_react/public/field_button/field_button.tsx", "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-public.FieldButtonProps.fieldName", "type": "CompoundType", "tags": [], "label": "fieldName", "description": [ "\nLabel for the button" ], "signature": [ "string | number | boolean | {} | React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | React.ReactNodeArray | React.ReactPortal | null | undefined" ], "path": "src/plugins/kibana_react/public/field_button/field_button.tsx", "deprecated": false }, { "parentPluginId": "kibanaReact", "id": "def-public.FieldButtonProps.fieldIcon", "type": "CompoundType", "tags": [], "label": "fieldIcon", "description": [ "\nIcon representing the field type.\nRecommend using FieldIcon" ], "signature": [ "string | number | boolean | {} | React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | React.ReactNodeArray | React.ReactPortal | null | undefined" ], "path": "src/plugins/kibana_react/public/field_button/field_button.tsx", "deprecated": false }, { "parentPluginId": "kibanaReact", "id": "def-public.FieldButtonProps.fieldInfoIcon", "type": "CompoundType", "tags": [], "label": "fieldInfoIcon", "description": [ "\nAn optional node to place inside and at the end of the