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
53 lines (52 loc) • 1.5 kB
JavaScript
/**
* @fileoverview added by tsickle
* Generated from: elements.common.ts
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
/**
* @record
*/
export function FormioCustomComponentInfo() { }
if (false) {
/** @type {?} */
FormioCustomComponentInfo.prototype.type;
/** @type {?} */
FormioCustomComponentInfo.prototype.selector;
/** @type {?|undefined} */
FormioCustomComponentInfo.prototype.emptyValue;
/** @type {?|undefined} */
FormioCustomComponentInfo.prototype.extraValidators;
/** @type {?|undefined} */
FormioCustomComponentInfo.prototype.fieldOptions;
/** @type {?|undefined} */
FormioCustomComponentInfo.prototype.template;
/** @type {?|undefined} */
FormioCustomComponentInfo.prototype.changeEvent;
/** @type {?|undefined} */
FormioCustomComponentInfo.prototype.editForm;
}
/**
* @record
*/
export function FormioEvent() { }
if (false) {
/** @type {?} */
FormioEvent.prototype.eventName;
/** @type {?|undefined} */
FormioEvent.prototype.data;
}
/**
* @record
* @template T
*/
export function FormioCustomComponent() { }
if (false) {
/** @type {?} */
FormioCustomComponent.prototype.value;
/** @type {?} */
FormioCustomComponent.prototype.valueChange;
/** @type {?} */
FormioCustomComponent.prototype.disabled;
/** @type {?|undefined} */
FormioCustomComponent.prototype.formioEvent;
}