我在组件中有一个viewport: ElementRef
对象,我可以记录并查看其所有属性的值。我可以看到有一个长度为3的children
数组,我需要访问children[1]
。
记录viewport
的值允许我查看其所有属性,当我尝试访问viewport.nativeElement
时,我得到了未定义。因此,当我尝试访问viewport.nativeElement.children[1]
时,我收到错误:
Cannot read property 'children' of undefined
我想弄明白:
nativeElement
值未定义getBoundingClientRect()
等属性而不使用nativeElement