SwiftDocCRenderAttributeEnumerationRenderAttributeA single renderable attribute.enum RenderAttributeTopicsEnumeration Casescase allowedTypes([[DeclarationRenderSection.Token]])A list of allowed type declarations for the value being described, for example String, Int, and Double.case allowedValues([String])A list of allowed values, for example none, some, and all.case `default`(String)A default value, for example none.case maximum(String)A maximum value, for example 10.0.case maximumExclusive(String)A maximum value (excluding the given one), for example 10.0.case maximumLength(String)A maximum allowed length of a string.case minimum(String)A minimum value, for example 1.0.case minimumExclusive(String)A minimum value (excluding the given one) for example 1.0.case minimumLength(String)A minimum allowed length of a string.Initializersinit(from: any Decoder) throwsInstance Propertiesvar headings: [String]Instance Methodsfunc encode(to: any Encoder) throwsfunc rawIndexableTextContent(references: [String : any RenderReference]) -> StringEnumerationsenum CodingKeysThe list of keys to use to encode/decode the attribute.enum KindA list of the plain-text names of supported attributes.