From 0ee6ceb55bb9d48f859ee99e681454a7e1f31356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Jerman?= Date: Wed, 23 Jun 2021 13:18:33 +0200 Subject: [PATCH] Add Orientation.Layout property --- system/types/report.go | 1 + 1 file changed, 1 insertion(+) diff --git a/system/types/report.go b/system/types/report.go index 0578d4127..ee1c99fe0 100644 --- a/system/types/report.go +++ b/system/types/report.go @@ -55,6 +55,7 @@ type ( Options map[string]interface{} `json:"options,omitempty"` Elements []interface{} `json:"elements"` XYWH [4]int `json:"xywh"` + Layout string `json:"layout"` } ReportProjectionSet []*ReportProjection