Method Text
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Text(string?)
Creates a text-only node. Materialized as a Label.
public static TextNode Text(string? text)
Parameters
textstringText content to display. Treated as empty when null.
Creates a text-only node. Materialized as a Label.
public static TextNode Text(string? text)
text stringText content to display. Treated as empty when null.