RichContentReplacement: {
    href: string;
    target?: "_self" | "_blank";
    type: "link";
    value: string;
}

A single replacement entry in the raw DaVinci richContent.replacements map. The map's key (set on the parent RichContent) corresponds to the {{key}} token in content. Currently only link is supported.

Type declaration

  • href: string
  • Optionaltarget?: "_self" | "_blank"
  • type: "link"
  • value: string