Plain positional text, used in collections of brief labels and descriptors.

Export

PlainTextItem

interface PlainTextItem {
    position: number;
    value: string;
}

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

PlainTextItem

value: string

The actual plain text.

Memberof

PlainTextItem