Data associated with hiding a dialog.

interface ContentDialogHideInfo {
    result: string;
}

Properties

Properties

result: string

The dialog's dismissal result. May be 'primary', 'secondary', 'none', or whatever custom value was passed to hide.