← Back to Stormify Documentation

PhraseNode

data class PhraseNode(val text: String) : TextNode

A quoted phrase — treated as literal substring (operators and wildcards inside are ignored).

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

The literal content between the phrase delimiters.