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

Section

mattt edited this page Dec 21, 2020 · 5 revisions

Section

public struct Section

Inheritance

BlockConvertible

Initializers

init(levelAdjustment:_:)

public init(levelAdjustment: Int = +1, _ builder: () -> BlockConvertible)

Properties

children

var children: [Block & Node] = []

blockValue

var blockValue: [Block & Node]
Clone this wiki locally