richtextValue property

String? richtextValue
getter/setter pair

The value of a tag field with a rich text type.

The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.

Implementation

core.String? richtextValue;