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 Apr 10, 2020 · 6 revisions

Fragment

public struct Fragment

Inheritance

BlockConvertible, ListItemConvertible

Initializers

init(_:)

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

init(_:)

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

Properties

children

var children: [Block & Node]

blockValue

var blockValue: [Block & Node]

listItemValue

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