You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inlineChildrenLayoutComponents?:ComponentNameMatcher[] //Identify which canvas component's child component layout mode is inline mode
214
214
inlineLayoutComponents?:ComponentNameMatcher[] //Identify which canvas components are in inline mode
215
215
restrictChildrenComponents?:Record<string, ComponentNameMatcher[]> //Node constraints, identify the upper and lower constraints between canvas components, for example, the child nodes of A component can only be B/C components
216
+
restrictSiblingComponents?:Record<string, ComponentNameMatcher[]> //Node constraint, identifies the adjacent constraint relationship of canvas components, for example, adjacent nodes of component A can only be B/C components
0 commit comments