DocumentDropEdit
constructor(insertText: String, title: String = definedExternally, kind: DocumentDropOrPasteEditKind = definedExternally)(source)
Parameters
insertText
The text or snippet to insert at the drop location.
title
Human readable label that describes the edit.
kind
Kind of the edit.
constructor(insertText: SnippetString, title: String = definedExternally, kind: DocumentDropOrPasteEditKind = definedExternally)(source)