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 fp; get editTarget(): CellInfoDescription; set editTarget(a: CellInfoDescription); private fv; get dataType(): string; set dataType(a: string); private f1; get errorMessage(): string; set errorMessage(a: string); private f0; get editValueRef(): string; set editValueRef(a: string); private fz; get editorType(): string; set editorType(a: string); private fx; get editorDataSourceRef(): string; set editorDataSourceRef(a: string); private fy; get editorTextField(): string; set editorTextField(a: string); private fn; get editorValueField(): string[]; set editorValueField(a: string[]); private fw; get dateFormatString(): string; set dateFormatString(a: string); private fs; get showTodayButton(): boolean; set showTodayButton(a: boolean); }