angular-formio
Version:
Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f
28 lines (27 loc) • 849 B
JavaScript
/**
* @fileoverview added by tsickle
* Generated from: types/formio-metadata.ts
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
/**
* @record
*/
export function FormioMetadata() { }
if (false) {
/** @type {?|undefined} */
FormioMetadata.prototype.timezone;
/** @type {?|undefined} */
FormioMetadata.prototype.offset;
/** @type {?|undefined} */
FormioMetadata.prototype.origin;
/** @type {?|undefined} */
FormioMetadata.prototype.referrer;
/** @type {?|undefined} */
FormioMetadata.prototype.browserName;
/** @type {?|undefined} */
FormioMetadata.prototype.userAgent;
/** @type {?|undefined} */
FormioMetadata.prototype.pathName;
/** @type {?|undefined} */
FormioMetadata.prototype.onLine;
}