@nospamproxy/core
    Preparing search index...
    interface CanceledGenericDialogResult {
        canceled: true;
        value?: undefined;
    }
    Index

    Properties

    Properties

    canceled: true

    True if the dialog has been canceled.

    value?: undefined

    A value returned by the dialog if it hasn't been canceled.