ModelsFunctionscreateFlexLayoutModelVersion: NextcreateFlexLayoutModel CallablecreateFlexLayoutModel(dockedConfig: any): IJsonModelConverts the app's abstract layout config (rows/columns/stacks/components) into a FlexLayout IJsonModel that can be passed to Model.fromJson(). The abstract config uses GL-style terminology:type: "row" | "column" | "stack" | "component"content: children arraywidth/height: percentage weights FlexLayout terminology:"row" node with children (IJsonRowNode)"tabset" node with tab children (IJsonTabSetNode)"tab" leaf node (IJsonTabNode)weight: relative sizing (defaults to 100)ParametersdockedConfig: anyReturns IJsonModel
Converts the app's abstract layout config (rows/columns/stacks/components) into a FlexLayout IJsonModel that can be passed to Model.fromJson().
The abstract config uses GL-style terminology:
FlexLayout terminology: