- API ›
- Constructors ›
- PageBlockTitle
PageBlockTitle
---types--- pageBlockTitle#70abc3fd 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::PageBlockTitle(v) = result { ... }
Parameters
| text | RichText | required |