Skip to main content
Version: Next

SettingsModal()

Home > @backstage/plugin-home-react > SettingsModal

Signature:

SettingsModal: (props: {
open: boolean;
close: Function;
componentName?: string;
children: JSX.Element;
}) => React.JSX.Element

Parameters

Parameter

Type

Description

props

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

**Returns:**

React.JSX.Element