Function: handleDomToJson()
function handleDomToJson($dom): IDocumentData | string
Defined in: submodules/univer/packages/ui/src/utils/cell.ts:45
The entire list of DOM spans is parsed into a rich-text JSON style sheet
Parameters
Parameter | Type |
---|---|
$dom | HTMLElement |
Returns
IDocumentData
| string