Function: domToPrettyText()
function domToPrettyText(dom): string;
Defined in: packages/blockly/core/xml.ts:395
Converts a DOM structure into properly indented text.
Parameters
| Parameter | Type | Description |
|---|---|---|
dom | Node | A tree of XML elements. |
Returns
string
Text representation.