com.phloxui
Version:
PhloxUI Ng2+ Framework
9 lines (8 loc) • 459 B
TypeScript
export declare class DataUtils {
private static getDataArrayValue(key, dataObj);
private static setDataArrayValue(key, dataObj, value);
static copyDataValues(fromDataObj: any, toDataObj: any, overwriteOldValues?: boolean, resetOldValues?: boolean): void;
static getDataValue(key: string, dataObj: any): any;
static setDataValue(key: string, dataObj: any, value: any): any;
static containsDataKey(key: string, dataObj: any): boolean;
}