Groups
A group is a set of other items, which acts in many ways like a single block.
On PageProxy
and GroupProxy
objects, if you use .blocks
, you will get only the blocks whose immediate parent is that page or group. If you use .allBlocks
, you will get all blocks within that page or group at any level of grouping. The same pattern applies for .lines
and .groups
.
Updated 9 months ago