UNPKG

devexpress-reporting

Version:

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

22 lines (21 loc) 1.02 kB
/** * DevExpress HTML/JS Reporting (designer\controls\properties\components.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 */ import { IDataSourceInfo } from '@devexpress/analytics-core/analytics-internal'; import { Disposable, ISerializationInfoArray } from '@devexpress/analytics-core/analytics-utils'; import * as ko from 'knockout'; import { ObjectItem } from '../../dataObjects/objectStorageItem'; import { IRenameComponentStrategy } from '../../internal/fieldlist/_renameDataSourceStrategy'; export declare class ComponentsModel extends Disposable { renameComponentStrategy: IRenameComponentStrategy; getInfo(): ISerializationInfoArray; constructor(model: IDataSourceInfo, renameComponentStrategy: IRenameComponentStrategy); className: () => string; controlType: string; name: ko.Observable<string> | ko.Computed<string>; data: ObjectItem; }