Theia API Documentation v1.65.0
    Preparing search index...

    Result of an OS notification attempt

    interface OSNotificationResult {
        error?: string;
        notification?: Notification;
        success: boolean;
    }
    Index

    Properties

    error?: string

    Error message if the notification failed

    notification?: Notification

    The created notification instance (if successful)

    success: boolean

    Whether the notification was successfully shown