showModal()
The showModal()
framework function is designed to open existing Modal widget and bring them into focus on your application page. With this function, you can enhance user interactions by displaying important information, forms, or alerts within a modal overlay, ensuring a intuitive user experience.
Signature
showModal(modalName: string): Promise