Theia API Documentation v1.74.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-ide
browser/chat-session-list-components
SessionsListProps
Interface SessionsListProps
interface
SessionsListProps
{
maxSessions
?:
number
;
onBrowseAll
?:
()
=>
void
;
renderRow
:
(
row
:
SessionRow
)
=>
ReactNode
;
rows
:
SessionRow
[]
;
}
Index
Properties
max
Sessions?
on
Browse
All?
render
Row
rows
Properties
Optional
max
Sessions
maxSessions
?:
number
Total cap on items shown; overflow surfaces via the Browse all link. Defaults to no cap.
Optional
on
Browse
All
onBrowseAll
?:
()
=>
void
render
Row
renderRow
:
(
row
:
SessionRow
)
=>
ReactNode
rows
rows
:
SessionRow
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Sessions
on
Browse
All
render
Row
rows
Eclipse Theia Website
GitHub
Theia API Documentation v1.74.0
Loading...
Total cap on items shown; overflow surfaces via the Browse all link. Defaults to no cap.