RichContent
public struct RichContent : Sendable, Equatable
Rich content for a form field, enabling template-based text with embedded links.
content: A template string with{{placeholder}}tokens.replacements: A dictionary mapping placeholder keys to their replacement details.
-
Declaration
Swift
public let content: String -
Declaration
Swift
public let replacements: [String : RichContentReplacement]
View on GitHub