← Back to Stormify Documentation

TermNode

data class TermNode(val text: String) : TextNode

A single search term, possibly with wildcards (*).

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

The raw text of the term, including any wildcards.