12 lines
347 B
Plaintext
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;
|
|
}
|