igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
24 lines (23 loc) • 830 B
TypeScript
import { PieSliceOthersContext as PieSliceOthersContext_internal } from "./PieSliceOthersContext";
import { ContentChildrenManager } from "igniteui-react-core";
/**
* Represents the selected data contained inside the Others slice.
*/
export declare class IgrPieSliceOthersContext {
protected createImplementation(): PieSliceOthersContext_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): PieSliceOthersContext_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
/**
* The underlying data contained by the Others pie slice.
*/
findByName(name: string): any;
}