SwiftDocCRenderBlockContentRenderBlockContent.TableRowStructureRenderBlockContent.TableRowA table row that contains a list of row cells.struct TableRowTopicsInitializersinit(cells: [RenderBlockContent.TableRow.Cell])Creates a new table row.init(from: any Decoder) throwsInstance Propertiesvar cells: [RenderBlockContent.TableRow.Cell]The list of row cells.Instance Methodsfunc encode(to: any Encoder) throwsType Aliasestypealias CellA list of rendering block elements.