UNPKG

igniteui-react-core

Version:
27 lines (26 loc) 778 B
import { Description } from "./Description"; import { WebColumnDescription } from "./WebColumnDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebPinColumnCancellableEventArgsDetailDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private h; get column(): WebColumnDescription; set column(a: WebColumnDescription); private o; get insertAtIndex(): number; set insertAtIndex(a: number); private l; get isPinned(): boolean; set isPinned(a: boolean); private k; get cancel(): boolean; set cancel(a: boolean); }