- Preparing search index...
- The search index is not available
x4js
Type alias IPropertyField
IPropertyField: { data?: any; editorProps?: InputProps; id: any; readOnly?: boolean; title: string; type: Function | "string" | "number" | "boolean" | "choice" | "password" | "button" | "color"; value?: any; }
Type declaration
-
Optional
data?: any
-
Optional
editorProps?: InputProps
-
id: any
-
Optional
readOnly?: boolean
-
title: string
-
type: Function | "string" | "number" | "boolean" | "choice" | "password" | "button" | "color"
-
Optional
value?: any