tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > TextProps > breakWord

TextProps.breakWord property

Determines whether the text should break words if they exceed the container width. Note that it can be used in combination with multiLine: true only, since single line text is truncated by default.

Signature:

breakWord?: boolean;