devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
38 lines (37 loc) • 948 B
TypeScript
/**
* DevExpress HTML/JS Reporting (viewer\widgets\editorTemplates.d.ts)
* Version: 24.2.6
* Build date: Mar 18, 2025
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
import { ParametersGroupEditor } from './_groupEditor';
import { MultiValueEditor } from './_multiValueEditor';
export declare const viewerEditorTemplates: {
multiValue: {
header: string;
editorType: typeof MultiValueEditor;
};
groupEditor: {
header: string;
custom: string;
content: string;
editorType: typeof ParametersGroupEditor;
};
rangeEditor: {
header: string;
};
multiValueEditable: {
custom: string;
};
selectBox: {
header: string;
};
separatorEditor: {
header: string;
custom: string;
};
signatures: {
header: string;
};
};