@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
7 lines (6 loc) • 452 B
TypeScript
export declare function scopeDragId(dragScope: string, id: string): string;
export declare function unscopeDragId(scopedId: string): string;
export declare function scopeListId(dragScope: string, listId: string): string;
export declare function unscopeListId(scopedListId: string): string;
export declare function tabIndexFromScopedListId(scopedListId: string): number | null;
export declare function isScopedUnusedList(scopedListId: string): boolean;