SwiftDocCRenderReferenceStoreStructureRenderReferenceStoreA storage for render reference information.struct RenderReferenceStoreDiscussionThis store stores render references which can be looked up during RenderNode conversion. It’s commonly created by a RenderContext, which precomputes render reference information before render node conversion.TopicsStructuresstruct TopicContentPre-rendered pieces of content for a given node.Initializersinit(from: any Decoder) throwsinit(topics: [ResolvedTopicReference : RenderReferenceStore.TopicContent], assets: [AssetReference : DataAsset])Creates a new render reference store given resolved topics and their reference information.Instance Propertiesvar assets: [AssetReference : DataAsset]The assets in the store.var topics: [ResolvedTopicReference : RenderReferenceStore.TopicContent]The topics in the store.Instance Methodsfunc content(for: ResolvedTopicReference) -> RenderReferenceStore.TopicContent?Returns render reference information for the given topic.func content(forAssetNamed: String, bundleID: DocumentationBundle.Identifier) -> DataAsset?Returns asset information for the given asset name.See AlsoRelated Documentationstruct RenderContextA context object that pre-renders commonly used pieces of content.