breeze-client
Version:
Breeze data management for JavaScript clients
8 lines (7 loc) • 399 B
TypeScript
import { StructuralObject } from './entity-aspect';
import { DataProperty } from './entity-metadata';
/** For use by breeze plugin authors only. The class is for use in building a [[IModelLibraryAdapter]] implementation.
@adapter (see [[IModelLibraryAdapter]])
@hidden
*/
export declare function makePrimitiveArray(arr: any[], parent: StructuralObject, parentProperty: DataProperty): Object;