UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

52 lines (51 loc) 1.5 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 gr; get isHidden(): boolean; set isHidden(a: boolean); private go; get editTarget(): CellInfoDescription; set editTarget(a: CellInfoDescription); private g0; get dataType(): string; set dataType(a: string); private g6; get errorMessage(): string; set errorMessage(a: string); private g5; get editValueRef(): string; set editValueRef(a: string); private g4; get editorType(): string; set editorType(a: string); private g2; get editorDataSourceRef(): string; set editorDataSourceRef(a: string); private g3; get editorTextField(): string; set editorTextField(a: string); private gm; get editorValueField(): string[]; set editorValueField(a: string[]); private g1; get dateFormatString(): string; set dateFormatString(a: string); private gs; get showTodayButton(): boolean; set showTodayButton(a: boolean); private gw; get targetRow(): number; set targetRow(a: number); private gv; get targetColumn(): number; set targetColumn(a: number); }