ag-grid-enterprise
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
7 lines (6 loc) • 385 B
TypeScript
import type { ISelectionHandle, ISelectionHandleFactory, NamedBean } from 'ag-grid-community';
import { BeanStub, SelectionHandleType } from 'ag-grid-community';
export declare class SelectionHandleFactory extends BeanStub implements NamedBean, ISelectionHandleFactory {
beanName: "selectionHandleFactory";
createSelectionHandle(type: SelectionHandleType): ISelectionHandle;
}