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 -
Declaration
Swift
override public func encode(to encoder: Encoder) throws -
Undocumented
Declaration
View on GitHub
ResourceLinkInline Class Reference