@nextcloud/dialogs
    Preparing search index...

    Interface ToastHandle

    Handle returned by all show* functions, allowing the toast to be hidden programmatically.

    interface ToastHandle {
        hideToast(): void;
    }
    Index
    • Returns void