UNPKG

devexpress-reporting

Version:

DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.

16 lines (15 loc) 527 B
/** * DevExpress HTML/JS Reporting (viewer\parameters\previewParameterValueValidator.d.ts) * Version: 24.2.7 * Build date: Apr 29, 2025 * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ export declare class PreviewParameterValueValidator { private _validatorMap; private _registerType; private _numericTypes; constructor(); validate(type: string, value: any): boolean; isNumericType(type: string): boolean; }