AboutSupportDeveloper GuideVersion 18.0.9
  • Clears all Notifications which were created by the calling application, including child windows.

    Returns the number of successfully cleared Notifications.

    import {clearAll} from 'openfin-notifications';

    clearAll();

    Returns Promise<number>