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

LeafBlock

mattt edited this page Jan 22, 2020 · 5 revisions

LeafBlock

A block that can only contain inline elements.

public protocol LeafBlock: Block

Inheritance

Block


Required Properties

children

var children: [Node]
Clone this wiki locally