Initializer
init(kind:url:title:abstract:language:availableLanguages:platforms:declarationFragments:topicImages:references:variants:)
Creates a new resolved information value with all its values.
init(kind: DocumentationNode.Kind, url: URL, title: String, abstract: String, language: SourceLanguage, availableLanguages: Set<SourceLanguage>, platforms: [OutOfProcessReferenceResolver.ResolvedInformation.PlatformAvailability]? = nil, declarationFragments: OutOfProcessReferenceResolver.ResolvedInformation.DeclarationFragments? = nil, topicImages: [TopicImage]? = nil, references: [any RenderReference]? = nil, variants: [OutOfProcessReferenceResolver.ResolvedInformation.Variant]? = nil)
Deprecated
This type is only used in the outdated, and no longer recommended, version of the out-of-process external resolver communication protocol.