UNPKG

@geosanja/geosanja-frontend-api

Version:

swagger client for @geosanja/geosanja-frontend-api

29 lines (28 loc) 831 B
/** * GeoSanja API * API para Aplicação GeoSanja * * OpenAPI spec version: 1.2.8 * Contact: claudio.bogossian@gmail.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { PrintLayoutAttributeTableFieldDTO } from './printLayoutAttributeTableFieldDTO'; export interface PrintLayoutAttributeTableConfigDTO { camadaId?: number; fields?: Array<PrintLayoutAttributeTableFieldDTO>; recordLimitMode?: string; maxRecords?: number; page?: number; filterMode?: string; overflow?: string; headerVisible?: boolean; stripedRows?: boolean; rowHeight?: number; tableFontSize?: number; sortField?: string; sortDirection?: string; records?: Array<any>; }