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

    Minimal view of the unread state that React components can subscribe to.

    interface UnreadStateProvider {
        onUnreadChanged: Event<string>;
        isUnread(sessionId: string): boolean;
    }
    Index

    Properties

    Methods

    Properties

    onUnreadChanged: Event<string>

    Methods