- API ›
- Constructors ›
- TextPlain
TextPlain
---types--- textPlain#744694e0 text:string = RichText
Belongs to
| RichText |
In Rust this constructor is a variant of the enums::RichText enum.
Match on it with: if let enums::RichText::TextPlain(v) = result { ... }
Parameters
| text | string | required |