- API ›
- Constructors ›
- PageBlockKicker
PageBlockKicker
---types--- pageBlockKicker#1e148390 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::PageBlockKicker(v) = result { ... }
Parameters
| text | RichText | required |