ohctechv3/.svn/pristine/55/55654229fe563303acc25a9e62a079ea81917dbe.svn-base
2024-10-28 15:03:36 +05:30

12 lines
347 B
Plaintext

import { BeanStub } from "../context/beanStub";
export declare class SelectableService extends BeanStub {
private rowModel;
private selectionService;
private init;
/**
* Used by CSRM only, to update selectable state after group state changes.
*/
updateSelectableAfterGrouping(): void;
private updateSelectable;
}