GoJS API
/ to search
    Preparing search index...

    Enumeration TextOverflow

    This enumeration specifies possible values for TextBlock.overflow.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    Clip: 0

    The TextBlock will clip if the width is too small to display all text.

    Ellipsis: 1

    The TextBlock will display an ellipsis if the width is too small to display all text.