UNPKG

@geosanja/geosanja-frontend-api

Version:

swagger client for @geosanja/geosanja-frontend-api

45 lines (44 loc) 1.23 kB
/** * 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 { PrintLayoutAttributeTableConfigDTO } from './printLayoutAttributeTableConfigDTO'; import { PrintLayoutScaleConfigDTO } from './printLayoutScaleConfigDTO'; export interface PrintLayoutItemDTO { id?: string; type?: string; x?: number; y?: number; width?: number; height?: number; zIndex?: number; rotation?: number; locked?: boolean; title?: string; text?: string; fontSize?: number; backgroundEnabled?: boolean; backgroundOpacity?: number; background?: string; borderEnabled?: boolean; borderColor?: string; borderWidth?: number; opacity?: number; legendLayerId?: number; legendForceLabels?: boolean; legendHideEmptyRules?: boolean; legendFontSize?: number; img?: string; imgMimeType?: string; imgFit?: string; table?: PrintLayoutAttributeTableConfigDTO; scale?: PrintLayoutScaleConfigDTO; gridImg?: string; }