interface GridRowSelectionCheckboxParams {
    id: GridRowId;
    value: boolean;
}

Properties

Properties

value: boolean