@microsoft/sp-dialog package
SharePoint Framework support for displaying pop-up dialog boxes.
Classes
BaseDialog |
The base class for implementing dialogs in SharePoint Framework. This provides a supported way for showing dialogs to the user inside SharePoint Framework components. |
Dialog |
A static class for showing stock dialogs such as an alert or prompt. |
Interfaces
IAlertOptions |
Options for showing an alert dialog |
IDialogConfiguration |
The interface for dialog configuration |
IDialogShowOptions |
Options for showing a dialog |
IPromptOptions |
Options for showing a prompt dialog |
ISecondaryDialogProvider |
This interface handles calls to show a secondary dialog. It's only available by calling this.secondaryManagerProvider inside a dialog. |