ResourceLinkInline
public class ResourceLinkInline : InlineNode
A inline containing data for a linked entry or asset.
-
The container with the link information and the resolved, linked resource.
Declaration
Swift
public let data: ResourceLinkData
-
Undocumented
Declaration
Swift
public init(resolvedData: ResourceLinkData, nodeType: NodeType, content: [Node])
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
override public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration