Function: updateAttributeByInsert()
function updateAttributeByInsert(
body,
insertBody,
textLength,
currentIndex): void
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/docs/data-model/text-x/apply-utils/insert-apply.ts:29
Parameters
Parameter | Type |
---|---|
body | IDocumentBody |
insertBody | IDocumentBody |
textLength | number |
currentIndex | number |
Returns
void