[add] component instance Fixed

This commit is contained in:
Max 2023-01-20 00:07:09 +08:00
parent e6c33285b3
commit c0e0b71efc

View file

@ -19,6 +19,7 @@ type InstanceDSL struct {
Name string `json:"name,omitempty"` Name string `json:"name,omitempty"`
Width interface{} `json:"width,omitempty"` Width interface{} `json:"width,omitempty"`
Height interface{} `json:"height,omitempty"` Height interface{} `json:"height,omitempty"`
Fixed bool `json:"fixed,omitempty"` // for widget table
Rows []InstanceDSL `json:"rows,omitempty"` Rows []InstanceDSL `json:"rows,omitempty"`
} }