Theia API Documentation v1.73.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-ide
browser/chat-session-item
UnreadStateProvider
Interface UnreadStateProvider
Minimal view of the unread state that React components can subscribe to.
interface
UnreadStateProvider
{
onUnreadChanged
:
Event
<
string
>
;
isUnread
(
sessionId
:
string
)
:
boolean
;
}
Index
Properties
on
Unread
Changed
Methods
is
Unread
Properties
Readonly
on
Unread
Changed
onUnreadChanged
:
Event
<
string
>
Methods
is
Unread
isUnread
(
sessionId
:
string
)
:
boolean
Parameters
sessionId
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Unread
Changed
Methods
is
Unread
Eclipse Theia Website
GitHub
Theia API Documentation v1.73.0
Loading...
Minimal view of the unread state that React components can subscribe to.