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

    An edit operation applied on drop.

    Index

    Constructors

    Properties

    additionalEdit?: WorkspaceEdit

    An optional additional edit to apply on drop.

    insertText: string | SnippetString

    The text or snippet to insert at the drop location.

    Kind of the edit.

    title?: string

    Human readable label that describes the edit.

    yieldTo?: readonly DocumentDropOrPasteEditKind[]

    Controls the ordering or multiple edits. If this provider yield to edits, it will be shown lower in the list.