Theia API Documentation v1.65.0
    Preparing search index...

    Additional information about the paste operation.

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

    Properties

    Properties

    only: undefined | DocumentDropOrPasteEditKind

    Requested kind of paste edits to return.

    When a explicit kind if requested by PasteAs, providers are encourage to be more flexible when generating an edit of the requested kind.

    The reason why paste edits were requested.