UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

24 lines (23 loc) 653 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebPivotUISettingsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get showConfiguration(): boolean; set showConfiguration(a: boolean); private l; get showRowHeaders(): boolean; set showRowHeaders(a: boolean); private p; get rowLayout(): string; set rowLayout(a: string); private o; get horizontalSummariesPosition(): string; set horizontalSummariesPosition(a: string); }