← Back to Stormify Documentation
stormify
Toggle table of contents
2.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stormify
stormify
/
onl.ycode.stormify.biglist
/
NotNode
Not
Node
data
class
NotNode
(
val
child
:
TextNode
)
:
TextNode
Negation of a child node.
Members
Constructors
Not
Node
Link copied to clipboard
constructor
(
child
:
TextNode
)
Properties
child
Link copied to clipboard
val
child
:
TextNode
The negated subtree.