Theia API Documentation v1.74.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-ide
browser/chat-session-list-components
SessionRow
Interface SessionRow
A session row with its optional child sessions.
interface
SessionRow
{
childSessions
:
SessionRow
[]
;
isRestored
:
boolean
;
session
:
ChatSessionMetadata
;
}
Index
Properties
child
Sessions
is
Restored
session
Properties
child
Sessions
childSessions
:
SessionRow
[]
is
Restored
isRestored
:
boolean
session
session
:
ChatSessionMetadata
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
child
Sessions
is
Restored
session
Eclipse Theia Website
GitHub
Theia API Documentation v1.74.0
Loading...
A session row with its optional child sessions.