x4js - v2.2.49
GitHub
Preparing search index...
<internal>
src/components/monaco/bin/monaco
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
clipboardEvent
?:
ClipboardEvent
Readonly
language
Id
languageId
:
string
Readonly
range
range
:
Range
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
clipboard
Event
language
Id
range
GitHub
x4js - v2.2.49
Loading...
A paste event originating from the editor.