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
22 lines (21 loc) • 570 B
JavaScript
/**
* @fileoverview added by tsickle
* Generated from: grid/types/grid-column.ts
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
/**
* @record
*/
export function GridColumn() { }
if (false) {
/** @type {?|undefined} */
GridColumn.prototype.label;
/** @type {?} */
GridColumn.prototype.path;
/**
* @param {?} cellValue
* @param {?=} component
* @return {?}
*/
GridColumn.prototype.renderCell = function (cellValue, component) { };
}