ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
11 lines (10 loc) • 358 B
TypeScript
export declare class ColDefUtil {
static STRING_PROPERTIES: string[];
static OBJECT_PROPERTIES: string[];
static ARRAY_PROPERTIES: string[];
static NUMBER_PROPERTIES: string[];
static BOOLEAN_PROPERTIES: string[];
static FUNCTION_PROPERTIES: string[];
static ALL_PROPERTIES: string[];
static FRAMEWORK_PROPERTIES: string[];
}