File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/features/selection/js Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 474
474
* @description Toggles row as selected or unselected
475
475
* @param {Grid } grid grid object
476
476
* @param {GridRow } row row to select or deselect
477
- * @param {Event } event object if resulting from event
477
+ * @param {Event } evt object if resulting from event
478
478
* @param {bool } multiSelect if false, only one row at time can be selected
479
479
* @param {bool } noUnselect if true then rows cannot be unselected
480
480
*/
516
516
* @methodOf ui.grid.selection.service:uiGridSelectionService
517
517
* @description selects a group of rows from the last selected row using the shift key
518
518
* @param {Grid } grid grid object
519
- * @param {GridRow } clicked row
520
- * @param {Event } event object if raised from an event
519
+ * @param {GridRow } row clicked row
520
+ * @param {Event } evt object if raised from an event
521
521
* @param {bool } multiSelect if false, does nothing this is for multiSelect only
522
522
*/
523
523
shiftSelect : function ( grid , row , evt , multiSelect ) {
You can’t perform that action at this time.
0 commit comments