One of the of text strings. Each string has a size limit of 1KB.

interface TextSegment {
    Text: undefined | string;
}

Properties

Properties

Text: undefined | string

The text content.