UNPKG

devexpress-reporting

Version:

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

28 lines (27 loc) 1.02 kB
/** * DevExpress HTML/JS Reporting (designer\internal\dragdrop\_reportSnapLinesCollector.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 { IArea } from '@devexpress/analytics-core/analytics-elements'; import { SnapLinesCollector } from '@devexpress/analytics-core/analytics-internal'; export declare class ReportSnapLinesCollector extends SnapLinesCollector { private _rtl; _getCollection(parent: any): { rect: ko.Observable<IArea>; }[]; private _enumerateBandCollection; private _processBandRtl; _enumerateCollection(parent: any, parentAbsoluteProsition: { top: number; left: number; }, callback: (item: any, itemAbsoluteRect: { left: number; right: number; top: number; bottom: number; }) => void): void; constructor(_rtl: ko.Observable<boolean> | ko.Computed<boolean>); }