ModalFrontstageInfo Interface
Modal Frontstage information interface.
Implemented by
Properties
| Name | Type | Description | |
|---|---|---|---|
| appBarRight | React.ReactNode | undefined | Content displayed in the upper right of the modal frontstage. | |
| backButton | React.ReactNode | undefined | If specified overrides the default back button. | |
| content | React.ReactNode | Content of the modal frontstage. | |
| id | string | undefined | Id used for frontstage identification. | |
| title | string | Title displayed at the top of the modal frontstage. |
Defined in
Last Updated: 14 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.