TextSubscript

---types---
textSubscript#ed6a8504 text:RichText = RichText

Belongs to

RichText

In Rust this constructor is a variant of the enums::RichText enum.
Match on it with: if let enums::RichText::TextSubscript(v) = result { ... }

Parameters

textRichTextrequired