igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
31 lines (13 loc) • 568 B
TypeScript
import { IgcBaseExporter } from './igc-base-exporter';
import { IgcExporterOptionsBase } from './igc-exporter-options-base';
import { IgcGridBaseDirective } from './igc-grid-base-directive';
/* jsonAPIComplexObject */
/* wcAlternateName: ExporterEventArgs */
export declare class IgcExporterEventArgs
{
public exporter: IgcBaseExporter;
/* alternateType: ExporterOptionsBase */
public options: IgcExporterOptionsBase;
public grid: IgcGridBaseDirective;
public cancel: boolean;
}