plainText
plainText(
value):string
Defined in: text.ts:12
Wire text arrives from catalog systems that store rich text — Shopify
product descriptions are body_html, and campaign tooling pastes markdown.
The SDK never renders wire content as HTML (that would hand every catalog
entry a script slot), so display text is normalized to plain text instead:
tags stripped, block boundaries kept as spaces, the handful of entities
that actually occur decoded.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string