还可以在Reactjs中使用glEventHub来处理关于设计更改和其他事件的选项卡,这是我无法实现的。
Reactjs示例:
let config={...}
var myLayout = new GoldenLayout( config );
myLayout.registerComponent( 'Applications', Applications );
myLayout.init();
let event = this.props.glEventHub._layoutManager;
event.root.contentItems[0].contentItems[0].contentItems[1].element.hide();
myLayout.updateSize()
//or we can add child to the layout
let newConfig={..}
event.root.contentItems[0].contentItems[0].addChild(newConfig);
请让我知道如何实现相同的角度。