ids-enterprise-typings 13.4.1 → 13.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1345,9 +1345,8 @@ type SohoDataGridSelectedEventType = 'deselectall' | 'selectall' | 'select' | 'd
|
|
|
1345
1345
|
interface SohoDataGridSelectedEvent {
|
|
1346
1346
|
e: JQuery.TriggeredEvent;
|
|
1347
1347
|
rows: SohoDataGridSelectedRow[];
|
|
1348
|
-
|
|
1349
|
-
/** What was the action that caused the event? */
|
|
1350
1348
|
type: SohoDataGridSelectedEventType;
|
|
1349
|
+
rowData?: SohoDataGridSelectedRow[] | SohoDataGridSelectedRow;
|
|
1351
1350
|
}
|
|
1352
1351
|
|
|
1353
1352
|
interface SohoDataGridCellChangeEvent {
|