@k8slens/extensions / Exports / Renderer / Component / TableRow
Class: TableRow<Item>#
Type parameters#
| Name |
|---|
Item |
Hierarchy#
Component<TableRowProps<Item>>
↳ TableRow
Table of contents#
Constructors#
Methods#
Constructors#
constructor#
• new TableRow<Item>(props)
Type parameters#
| Name |
|---|
Item |
Parameters#
| Name | Type |
|---|---|
props |
TableRowProps<Item> | Readonly<TableRowProps<Item>> |
Inherited from#
React.Component<TableRowProps<Item>>.constructor
• new TableRow<Item>(props, context)
Deprecated
See
https://legacy.reactjs.org/docs/legacy-context.html
Type parameters#
| Name |
|---|
Item |
Parameters#
| Name | Type |
|---|---|
props |
TableRowProps<Item> |
context |
any |
Inherited from#
React.Component<TableRowProps<Item>>.constructor
Methods#
render#
▸ render(): Element
Returns#
Element
Overrides#
React.Component.render