ModalFrontstageProps Interface
Properties for the ModalFrontstage React component
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| appBarRight | undefined | React.ReactNode | An optional React node displayed in the upper right of the modal Frontstage. | |
| closeModal | () => any | Callback for closing the modal Frontstage. | |
| isOpen | undefined | false | true | Indicates whether the modal Frontstage is open | |
| navigateBack | () => any | 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 | undefined | string | ClassNameProps | Custom CSS class name |
| style | undefined | React.CSSProperties | CommonProps | Custom CSS style properties |
Defined in
Last Updated: 08 January, 2020