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
41 lines (40 loc) • 1.22 kB
JavaScript
/**
* @fileoverview added by tsickle
* Generated from: types/formio-submission.ts
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
/**
* @record
* @template T, stateType
*/
export function FormioSubmission() { }
if (false) {
/** @type {?|undefined} */
FormioSubmission.prototype._id;
/** @type {?|undefined} */
FormioSubmission.prototype.created;
/** @type {?|undefined} */
FormioSubmission.prototype.data;
/** @type {?|undefined} */
FormioSubmission.prototype.form;
/** @type {?|undefined} */
FormioSubmission.prototype.metadata;
/** @type {?|undefined} */
FormioSubmission.prototype.modified;
/** @type {?|undefined} */
FormioSubmission.prototype.owner;
/** @type {?|undefined} */
FormioSubmission.prototype.project;
/** @type {?|undefined} */
FormioSubmission.prototype.state;
/** @type {?|undefined} */
FormioSubmission.prototype._fvid;
/** @type {?|undefined} */
FormioSubmission.prototype._vid;
}
/** @enum {string} */
var FormioSubmissionState = {
draft: "draft",
submitted: "submitted",
};
export { FormioSubmissionState };