- API ›
- Constructors ›
- TextStrike
TextStrike
---types--- textStrike#9bf8bb95 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::TextStrike(v) = result { ... }
Parameters
| text | RichText | required |