richText(): (target, key) => void
This decorator converts a field into a rich text editor. The rich text editing functionality is
provided by the Quill library
Sets {@link PropertyMeta.isRichText}.
Returns
(target, key): void
Parameters
target
object
key
string
Returns
void