UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

8 lines (7 loc) 409 B
import { AdaptableColumn, AdaptableIcon } from '../../types'; import { ApiBase } from '../Implementation/ApiBase'; export declare class UserInterfaceInternalApi extends ApiBase { prepareAdaptableIconDef(icon: AdaptableIcon): AdaptableIcon; getCustomIconDefinition(iconName: string): AdaptableIcon | import("../../types").CustomIcon; shouldShowSelectCellEditor(column: AdaptableColumn): boolean; }