zsytssk ts 用 getChildByName 返回类型是laya.display.Node如果返回的其实是 Text, 把它赋值给一个Laya.Text 编辑器就报错这个怎么解决var text:Laya.Text = someNode.getChildByName('textName');[ts] Type 'Node' is not assignable to type 'Text'.Property '_text' is missing in type 'Node'