Props for a TextItem.

interface IProps {
    source: string | number;
    title?: string;
}

Properties

Properties

source: string | number

The content of the text item.

title?: string

Hover text to give to the node.