ModalFrontstageProps Interface
Deprecated in 5.31.0. Use React.ComponentProps<typeof ModalFrontstage> instead.
Properties for the ModalFrontstage React component
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| appBarRight | React.ReactNode | undefined | Optional content displayed in the upper right of the modal frontstage. | |
| backButton | React.ReactNode | undefined | If specified overrides the default ModalFrontstageButton. | |
| children | React.ReactNode | undefined | Content of the modal frontstage. | |
| closeModal | () => void | Callback for closing the modal frontstage. | |
| hideHeader | boolean | undefined | If true, hides the header of the modal frontstage and renders the children prop in the root element. |
|
| isOpen | boolean | undefined | Indicates whether the modal frontstage is open. | |
| navigateBack | () => void | undefined | Callback for navigating back from the modal frontstage. | |
| title | string | Title displayed at the top of the modal frontstage. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| className Inherited | string | undefined | CommonProps | Custom CSS class name |
| itemId Inherited | string | undefined | CommonProps | Optional unique identifier for item. |
| style Inherited | React.CSSProperties | undefined | CommonProps | Custom CSS style properties |
Defined in
Last Updated: 25 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.