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.