igniteui-react-grids
Version:
Ignite UI React grid components.
23 lines (22 loc) • 1.05 kB
TypeScript
import { IgrPivotConfigurationChangedEventArgsDetail } from "./igr-pivot-configuration-changed-event-args-detail";
import { PivotConfigurationChangedEventArgs as PivotConfigurationChangedEventArgs_internal } from "./PivotConfigurationChangedEventArgs";
import { ContentChildrenManager } from "igniteui-react-core";
/**
* Event emitted when pivot configuration is changed.
*/
export declare class IgrPivotConfigurationChangedEventArgs {
protected createImplementation(): PivotConfigurationChangedEventArgs_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): PivotConfigurationChangedEventArgs_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
get detail(): IgrPivotConfigurationChangedEventArgsDetail;
set detail(v: IgrPivotConfigurationChangedEventArgsDetail);
}