Add Orientation.Layout property

This commit is contained in:
Tomaž Jerman
2021-08-16 09:16:07 +02:00
parent 7a699687c9
commit 0ee6ceb55b
+1
View File
@@ -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