Theia API Documentation v1.67.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-ide
browser/ai-configuration/base/ai-table-configuration-widget
TableColumn
Interface TableColumn<T>
Column definition for table configuration widgets.
interface
TableColumn
<
T
>
{
className
?:
string
;
id
:
string
;
label
:
string
;
renderCell
:
(
item
:
T
)
=>
ReactNode
;
}
Type Parameters
T
Index
Properties
class
Name?
id
label
render
Cell
Properties
Optional
class
Name
className
?:
string
id
id
:
string
label
label
:
string
render
Cell
renderCell
:
(
item
:
T
)
=>
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
id
label
render
Cell
Eclipse Theia Website
GitHub
Theia API Documentation v1.67.0
Loading...
Column definition for table configuration widgets.