UNPKG

igniteui-react-core

Version:
43 lines (42 loc) 1.25 kB
import { CellInfoDescription } from "./CellInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class EditorCellInfoDescription extends CellInfoDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private fn; get editTarget(): CellInfoDescription; set editTarget(a: CellInfoDescription); private ft; get dataType(): string; set dataType(a: string); private fz; get errorMessage(): string; set errorMessage(a: string); private fy; get editValueRef(): string; set editValueRef(a: string); private fx; get editorType(): string; set editorType(a: string); private fv; get editorDataSourceRef(): string; set editorDataSourceRef(a: string); private fw; get editorTextField(): string; set editorTextField(a: string); private fl; get editorValueField(): string[]; set editorValueField(a: string[]); private fu; get dateFormatString(): string; set dateFormatString(a: string); private fq; get showTodayButton(): boolean; set showTodayButton(a: boolean); }