ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Interface Magento2ComplexText

    Container for HTML-formatted text fields returned by the Magento 2 API (e.g. description, short_description).

    const text: Magento2ComplexText = { html: "<p>99% pure salt</p>" };
    
    interface Magento2ComplexText {
        html: string;
    }
    Index

    Properties

    Properties

    html: string

    Raw HTML payload (may contain inline tags)