Theia API Documentation v1.65.0
    Preparing search index...
    interface Notification {
        actions: string[];
        collapsed: boolean;
        expandable: boolean;
        message: string;
        messageId: string;
        progress?: number;
        source?: string;
        type: Notification.Type;
    }
    Index

    Properties

    actions: string[]
    collapsed: boolean
    expandable: boolean
    message: string
    messageId: string
    progress?: number
    source?: string