Skip to main content

SettingsModal()

Home > @backstage/plugin-home > SettingsModal

Warning: This API is now obsolete.

Import from @backstage/plugin-home-react instead

Signature:

SettingsModal: (props: {
open: boolean;
close: Function;
componentName?: string | undefined;
children: JSX.Element;
}) => import("react").JSX.Element

Parameters

Parameter

Type

Description

props

{ open: boolean; close: Function; componentName?: string | undefined; children: JSX.Element; }

**Returns:**

import("react").JSX.Element