ModalFrontstageProps Interface

Properties for the ModalFrontstage React component

Extends

Properties

Name Type Description
appBarRight ReactNode | undefined An optional React node displayed in the upper right of the modal Frontstage.  
children ReactNode | undefined Content  
closeModal () => any    
isOpen boolean | undefined Indicates whether the modal Frontstage is open  
navigateBack () => any | undefined    
title string Title displayed at the top of the modal Frontstage  

Inherited properties

Name Type Inherited from Description
className string | undefined CommonProps Custom CSS class name
itemId string | undefined CommonProps Optional unique identifier for item.
style CSSProperties | undefined CommonProps Custom CSS style properties

Defined in

Last Updated: 13 May, 2024