ModelsFunctionsextractAbstractConfigVersion: NextextractAbstractConfig CallableextractAbstractConfig(modelJson: IJsonModel): { content: any[]; type: string }Walks a FlexLayout model JSON and extracts the abstract config for saving. This is the reverse of createFlexLayoutModel().ParametersmodelJson: IJsonModelReturns { content: any[]; type: string }content: any[]type: string
Walks a FlexLayout model JSON and extracts the abstract config for saving. This is the reverse of createFlexLayoutModel().