text
.text text:{InlineMarkdownContent}
size:{TextTransformData.Size? = null}
weight:{TextTransformData.Weight? = null}
style:{TextTransformData.Style? = null}
decoration:{TextTransformData.Decoration? = null}
case:{TextTransformData.Case? = null}
variant:{TextTransformData.Variant? = null}
color:{Color? = null}
url:{String? = null}
-> Node
Content copied to clipboard
Creates an inline text node with specified formatting and transformation.
Parameters
text
inline content to transform
decoration
text decoration, or default if not specified
Values
case
color
text color, or default if not specified
url
optional URL to link the text to. If empty (but specified), the URL will match the text content.