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

Fragment

mattt edited this page Feb 7, 2020 · 6 revisions

Fragment

public struct Fragment

Initializers

init(children:)

init(children: [Block & Node])

init(_:)

public init(_ builder: () -> String)

init(_:)

public init(_ builder: () -> BlockConvertible)

Properties

blockValue

var blockValue: [Block & Node]

listItemValue

var listItemValue: [List.Item]

children

var children: [Block & Node] = []

Clone this wiki locally