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

Generated using TypeDoc