From da0c8ec96294176b4b0a1e9f4537b100f6a4f163 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 19 Oct 2023 16:30:31 +0800 Subject: [PATCH] [add] block layout height --- sui/core/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sui/core/types.go b/sui/core/types.go index 9a610cd3..a8e5d1e3 100644 --- a/sui/core/types.go +++ b/sui/core/types.go @@ -65,6 +65,7 @@ type LayoutItem struct { ID string `json:"id"` Label string `json:"label,omitempty"` Width int `json:"width,omitempty"` + Height int `json:"height,omitempty"` Blocks []LayoutItem `json:"blocks,omitempty"` }