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

Fragment

mattt edited this page Jan 24, 2020 · 6 revisions

Fragment

public struct Fragment: Block

Inheritance

Block, ListItemConvertible, BlockConvertible


Initializers

init(_:)

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

Properties

listItemValue

var listItemValue: [List.Item]

blockValue

var blockValue: [Block & Node]

Clone this wiki locally