We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a203efb commit c6ae963Copy full SHA for c6ae963
internal/comp/collapseGroup.go
@@ -49,8 +49,8 @@ func (c CollapseGroup) EditorSetting(value string) CollapseGroup {
49
return c.set("editorSetting", value)
50
}
51
52
-// EnableFieldSetStyle enables or disables the FieldSet styling
53
-func (c CollapseGroup) EnableFieldSetStyle(value bool) CollapseGroup {
+// EnableFieldSetStyle enables or disables the FieldSet styling, bool | expression
+func (c CollapseGroup) EnableFieldSetStyle(value any) CollapseGroup {
54
return c.set("enableFieldSetStyle", value)
55
56
0 commit comments