@sheetxl/models
Version:
Models - A Headless javascript spreadsheet library.
15 lines • 446 B
TypeScript
export default FetchedPropertyValue;
declare class FetchedPropertyValue {
constructor(source: any, value: any, property: any, isExplicit: any, defaultValue: any);
_source: any;
_value: any;
_property: any;
_isExplicit: any;
_defaultValue: any;
get source(): any;
get value(): any;
get isExplicit(): any;
get property(): any;
get defaultValue(): any;
}
//# sourceMappingURL=FetchedPropertyValue.d.ts.map