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