This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
DiscussionPart
mattt edited this page May 27, 2020
·
8 revisions
A part of the discussion.
public enum DiscussionPart
Codable
, CustomStringConvertible
, Equatable
init?(_ node: Node & Block)
public init(from decoder: Decoder) throws
case blockQuote(: BlockQuote)
case callout(: Callout)
case codeBlock(: CodeBlock)
case heading(: Heading)
case htmlBlock(: HTMLBlock)
case list(: List)
case paragraph(: Paragraph)
var description: String
public static func ==(lhs: DiscussionPart, rhs: DiscussionPart) -> Bool
public func encode(to encoder: Encoder) throws
Generated at 2021-06-10T10:51:02+0000 using swift-doc 1.0.0-rc.1.