DomUtils.innerTextGet a node's inner text. function innerText(node: Node | Node[]): string;§innerText(node: Node | Node[]): string[src]§Parameters§node: Node | Node[][src]Node to get the inner text of. §Return Type§string[src]node's inner text.