Rich text content.

Export

TextComponent

interface TextComponent {
    decoratorSet?: Set<Decorator>;
    value: string;
}

Properties

Properties

decoratorSet?: Set<Decorator>

A set of content decorators.

Memberof

TextComponent

value: string

The actual plain text.

Memberof

TextComponent