GoldenLayout, how to hide/show component?
问题 I have an application based on GoldenLayout (1.5.9). The layout is a Row containing two Columns. See below the configuration of the column I'm interested in. let config = { content: [ { type: "row", content: [ { type: "column", width: 31, content: [ { type: "stack", isClosable: false, content: [...] }, { type: "component", height: 30, title: "Filters", componentName: "templateComponent" } ] }, ... ] } ] } Now I want to be able to close or hide the Component and made it reappears pushing a