SwiftDocCTileClassTileA semantic model for a view that links to a content type that you specify.final class TileDiscussionA tile is a kind of thematic content block that contains links to resources such as sample code, videos, or forum topics.TopicsInitializersconvenience init?(from: BlockDirective, source: URL?, for: DocumentationBundle, problems: inout [Problem])Instance Propertieslet content: MarkupContainerThe contents of the tile.let destination: URL?The destination of the tile’s primary link.let identifier: Tile.IdentifierAn identifier for the tile.let originalMarkup: BlockDirectivelet title: StringThe title of the tile.Instance Methodsfunc accept<V>(inout V) -> V.ResultType Propertiesstatic let directiveName: StringA fake directive name, the actual tile directives are in Tile.DirectiveNames.static let introducedVersion: StringEnumerationsenum DirectiveNamesThe possible directive names for a tile, corresponding to different expanded content.enum IdentifierA tile type to identify the tile during building page layout.