stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Scalars > HTML

AdminTypes.Scalars.HTML property

A string containing HTML code. Refer to the [HTML spec](https://html.spec.whatwg.org/#elements-3) for a complete list of HTML elements.

Example value: "<p>Grey cotton knit sweater.</p>"

Signature:

HTML: {
        input: string;
        output: string;
    };