Interface DocumentPasteEditContext

Additional information about the paste operation.

interface DocumentPasteEditContext {
    only: undefined | DocumentDropOrPasteEditKind;
    triggerKind: DocumentPasteTriggerKind;
}

Properties

Properties

only: undefined | DocumentDropOrPasteEditKind

Requested kind of paste edits to return.

The reason why paste edits were requested.