isText

val Node.isText: Boolean

Deprecated

Warning since 1.4

This API is moved to another package, use 'kotlinx.dom.isText' instead.

Replace with

import kotlinx.dom.isText
this.isText

Gets a value indicating whether this node is a TEXT_NODE or a CDATA_SECTION_NODE.