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 474474 * @description Toggles row as selected or unselected
475475 * @param {Grid } grid grid object
476476 * @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
478478 * @param {bool } multiSelect if false, only one row at time can be selected
479479 * @param {bool } noUnselect if true then rows cannot be unselected
480480 */
516516 * @methodOf ui.grid.selection.service:uiGridSelectionService
517517 * @description selects a group of rows from the last selected row using the shift key
518518 * @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
521521 * @param {bool } multiSelect if false, does nothing this is for multiSelect only
522522 */
523523 shiftSelect : function ( grid , row , evt , multiSelect ) {
You can’t perform that action at this time.
0 commit comments