← Back to Stormify Documentation

NotNode

data class NotNode(val child: TextNode) : TextNode

Negation of a child node.

Constructors

Link copied to clipboard
constructor(child: TextNode)

Properties

Link copied to clipboard

The negated subtree.