Theia API Documentation v1.74.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;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    onUnreadChanged: Event<string>

    Methods