HybridForms API
    Preparing search index...

    Interface ContentDialogHideInfo

    Data associated with hiding a dialog.

    interface ContentDialogHideInfo {
        result: string;
    }
    Index

    Properties

    Properties

    result: string

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