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