ReadOnlyField: {
    content: string;
    key?: string;
    richContent?: RichContent;
    type: "LABEL";
}

The shape of a LABEL field in a DaVinci form. content is the plain-text fallback; richContent, when present, carries a template + replacement data for rendering inline links.

Type declaration

  • content: string
  • Optionalkey?: string
  • OptionalrichContent?: RichContent
  • type: "LABEL"