Links (Block base class)
PageBlockCalloutBlockDividerBlockHeading1BlockImageBlockParagraphBlockTableOfContentsBlockToggleHeading2Block
DatabaseBookmarkBlockCodeBlockEmbedBlockHeading2BlockLinkPreviewBlockPdfBlockToDoBlockToggleHeading3Block
1. Class methods
self.new(array_of_sub_blocks) → ColumnListBlock
- [PARAM] array_of_sub_blocks
- [Block1, Block2, ...] ... The first column includes Block1, and the second column includes Block2, ....
- [[Block1a, Block1b], [Block2a, Block2b], ...] ... The first column includes Block1a and Block1b, and the second column includes Block2a and Block2b, ...
self.new creates a ColumnListBlock object. When creating a column list block via Append block children, the column_list must have at least 2 columns, and those columns must have at least one child each.