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

Fragment

mattt edited this page Jan 25, 2020 · 6 revisions

Fragment

public struct Fragment: Block

Inheritance

Block, BlockConvertible, ListItemConvertible


Initializers

init(_:)

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

Properties

blockValue

var blockValue: [Block & Node]

listItemValue

var listItemValue: [List.Item]
Clone this wiki locally