AdaptableRowSelection

Row selection can be defined in a view, under the view.selection property.

You can either configure multi row (mode = multi-row) or single row (mode = single-row) selection.

TypeScript
type AdaptableRowSelection = AdaptableSingleRowSelection | AdaptableMultiRowSelection;
References

AdaptableSingleRowSelection | AdaptableMultiRowSelection