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

Type declaration

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