(selector: string)
| 137 | parentNode(node: HostNode): HostElement | null |
| 138 | nextSibling(node: HostNode): HostNode | null |
| 139 | querySelector?(selector: string): HostElement | null |
| 140 | setScopeId?(el: HostElement, id: string): void |
| 141 | cloneNode?(node: HostNode): HostNode |
| 142 | insertStaticContent?( |
no outgoing calls