Interface PageBlockListItem

Describes an item of a list page block.

interface PageBlockListItem {
    @type: "pageBlockListItem";
    label: string;
    page_blocks: PageBlock[];
}

Properties

@type: "pageBlockListItem"
label: string

Item label.

page_blocks: PageBlock[]

Item blocks.