Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

ContainerBlock

mattt edited this page Feb 7, 2020 · 5 revisions

Block.ContainerBlock

A block that can contain other blocks.

public protocol ContainerBlock: Block

Inheritance

Block

Conforming Types

Block.ContainerBlock.BlockQuote.List.List.Item.LeafBlock

Requirements

LeafBlock

A block that can only contain inline elements.

public protocol LeafBlock: Block
Clone this wiki locally