table/src/table/table.types.ts
Type of event emitted by the Table component when the row is double-clicked by the user.
import { ITableRowDoubleClick } from '@talenra/components/table';See TableComponent
Properties |
| event |
event:
|
Type : MouseEvent
|
|
Mouse event |
| row |
row:
|
Type : ITableRow
|
|
Reference to the affected row |