Search results

TextOverflow API in React Diagram API component

Defines how to handle the text when it exceeds the element bounds Wrap - Wraps the text to next line, when it exceeds its bounds Ellipsis - It truncates the overflown text and represents the clipping with an ellipsis Clip - It clips the overflow text

  • Wrap
  • Ellipsis
  • Clip