Modal Frontstages
A Modal Frontstage is accessed from another frontstage or the Backstage. It may contain any content along with a Back button. It does not use zones or stage panels.
The usual use-cases are for application settings and data management user interfaces.
Definition of Modal Frontstage
The definition of a modal frontstage is in two parts: a ModalFrontstageInfo implementation and a React component.
Code to Open Modal Frontstage
The following code instantiates a modal frontstage and calls FrontstageManager.openModalFrontstage
to open the modal frontstage.
API Reference
Last Updated: 13 June, 2024