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
32 lines (31 loc) • 785 B
JavaScript
/**
* @fileoverview added by tsickle
* Generated from: grid/types/grid-header.ts
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
/**
* @record
*/
export function GridHeader() { }
if (false) {
/** @type {?|undefined} */
GridHeader.prototype.component;
/** @type {?} */
GridHeader.prototype.key;
/** @type {?|undefined} */
GridHeader.prototype.sort;
/** @type {?} */
GridHeader.prototype.label;
/**
* @param {?} cellValue
* @param {?=} component
* @return {?}
*/
GridHeader.prototype.renderCell = function (cellValue, component) { };
}
/** @enum {string} */
var SortType = {
ASC: "asc",
DESC: "desc",
};
export { SortType };