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

ContainerBlock

mattt edited this page Jan 22, 2020 · 5 revisions

ContainerBlock

A block that can contain other blocks.

public protocol ContainerBlock: Block

Inheritance

Block


Conforming Types

List


Required Properties

children

var children: [Node]

Clone this wiki locally