Rich positional text, usually presented as a collection of bullet points.

Export

TextItem

interface TextItem {
    position: number;
    text: TextComponent;
}

Properties

Properties

position: number

The rank or index of this text item within the collection. Different items cannot occupy the same position within a single collection.

Memberof

TextItem

Memberof

TextItem