SwiftDocCRenderIndexRenderIndex.NodeStructureRenderIndex.NodeA documentation node in a documentation render index.struct NodeTopicsInitializersinit(from: any Decoder) throwsinit(title: String, path: String?, type: String?, children: [RenderIndex.Node]?, isDeprecated: Bool, isExternal: Bool, isBeta: Bool, icon: RenderReferenceIdentifier?)Creates a new node with the given title, path, type, and children.Instance Propertieslet children: [RenderIndex.Node]?The children of this node.let icon: RenderReferenceIdentifier?A reference to a custom image for this node.let isBeta: BoolA Boolean value that is true if the current node has been marked as is betalet isDeprecated: BoolA Boolean value that is true if the current node has been marked as deprecated on any platform.let isExternal: BoolA Boolean value that is true if the current node belongs to an external documentation archive.let path: String?The relative path to the page represented by this node.let title: StringThe title of the node, suitable for presentation.let type: String?The type of this node.Instance Methodsfunc encode(to: any Encoder) throws