SwiftDocCFileReferenceStructureFileReferenceA reference to a file resource.struct FileReferenceDiscussionFile resources are used, for example, to display the contents of a source code file in a Tutorial’s step.TopicsInitializersinit(from: any Decoder) throwsinit(identifier: RenderReferenceIdentifier, fileName: String, fileType: String, syntax: String, content: [String], highlights: [LineHighlighter.Highlight])Creates a new file reference.Instance Propertiesvar content: [String]The line-by-line contents of the file.var fileName: StringThe name of the file.var fileType: StringThe type of the file, typically represented by its file extension.var highlights: [LineHighlighter.Highlight]The line highlights for this file.var identifier: RenderReferenceIdentifierThe identifier of this reference.var syntax: StringThe syntax for the content in the file, for example “swift”.var type: RenderReferenceTypeThe type of this file reference.