UNPKG

dotcms

Version:

This library allows you to interact with DotCMS API's easily from the browser, nodejs and React Native. [Full Documentation](https://dotcms.github.io/core-web/dotcms/)

15 lines (14 loc) 324 B
export interface DotCMSFormConfig { contentHost?: string; contentType?: string; identifier: string; workflowtoSubmit?: string; fieldsToShow?: string; labels?: { submit?: string; reset?: string; }; win?: Window; onSuccess?(data: any): any; onError?(error: any): any; }