Selling Partner API SDK for JavaScript
    Preparing search index...

    Rich text content.

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

    Properties

    Properties

    decoratorSet?: Set<Decorator>

    A set of content decorators.

    value: string

    The actual plain text.