如何在角度组件中使用glEventHub

时间:2019-06-14 10:42:21

标签: angular events golden-layout

还可以在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); 

请让我知道如何实现相同的角度。

0 个答案:

没有答案