PasteFromOfficeNormalizerData
interface
The data of 'inputTransformation' event.
Properties
-
_isTransformedWithPasteFromOffice : boolean | undefined
module:paste-from-office/normalizer~PasteFromOfficeNormalizerData#_isTransformedWithPasteFromOffice
-
module:paste-from-office/normalizer~PasteFromOfficeNormalizerData#_parsedData
-
content : ViewDocumentFragment
inheritedmodule:paste-from-office/normalizer~PasteFromOfficeNormalizerData#content
The event data. The content to be inserted into the editor. It can be modified by event listeners. Read more about the clipboard pipelines in the clipboard deep-dive guide.
-
dataTransfer : ViewDataTransfer
inheritedmodule:paste-from-office/normalizer~PasteFromOfficeNormalizerData#dataTransfer
The data transfer instance.
-
method : 'drop' | 'paste'
inheritedmodule:paste-from-office/normalizer~PasteFromOfficeNormalizerData#method
Whether the event was triggered by a paste or a drop operation.
-
sourceEditorId : null | string
inheritedmodule:paste-from-office/normalizer~PasteFromOfficeNormalizerData#sourceEditorId
ID of the editor instance from which the content was copied.
-
targetRanges : null | Array<ViewRange>
inheritedmodule:paste-from-office/normalizer~PasteFromOfficeNormalizerData#targetRanges
The target drop ranges.