Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
editor
IPasteEvent
Interface IPasteEvent
A paste event originating from the editor.
interface
IPasteEvent
{
clipboardEvent
?:
ClipboardEvent
;
languageId
:
string
;
range
:
Range
;
}
Index
Properties
clipboard
Event?
language
Id
range
Properties
Optional
Readonly
clipboard
Event
clipboard
Event
?:
ClipboardEvent
Readonly
language
Id
language
Id
:
string
Readonly
range
range
:
Range
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
clipboard
Event
language
Id
range
Monaco Editor API
Loading...
A paste event originating from the editor.