Interface PageBlockList

A list of data blocks. Subtype of PageBlock.

interface PageBlockList {
    @type: "pageBlockList";
    items: PageBlockListItem[];
}

Properties

Properties

@type: "pageBlockList"

The items of the list.