SwiftDocCContentAndMediaSectionStructureContentAndMediaSectionA section containing textual content and media laid out horizontally or vertically.struct ContentAndMediaSectionTopicsInitializersinit(from: any Decoder) throwsinit(layout: ContentAndMediaSection.Layout?, title: String?, media: RenderReferenceIdentifier?, mediaPosition: ContentAndMedia.MediaPosition)Creates a new content and media section from the given parameters.Instance Propertiesvar content: [RenderBlockContent]The body content of the section.var eyebrow: String?Text to display above the title.var kind: RenderSectionKindvar layout: ContentAndMediaSection.Layout?The layout direction.var media: RenderReferenceIdentifier?An image or video to display opposite the text.var mediaPosition: ContentAndMedia.MediaPositionWhether the media comes before or after the text when read from top to bottom or leading to trailing.var title: String?The title of the section.Enumerationsenum LayoutThe kind of layout to use when rendering a section. Content is always leading, and media is always trailing.