beforeEndOperation
beforeEndOperation: (e: any) => void
blur
blur: (e: any) => void
change
change: (delta: Delta) => void changeSelection
changeSelection: () => void
changeSelectionStyle
changeSelectionStyle: (
data: "fullLine" | "screenLine" | "text" | "line",
) => void
Type declaration
- (data: "fullLine" | "screenLine" | "text" | "line"): void
Parameters
- data: "fullLine" | "screenLine" | "text" | "line"
Returns void
changeStatus
changeStatus: (e: any) => void
codeLensClick
codeLensClick: (e: any) => void
compositionStart
compositionStart: () => void
copy
copy: (e: { text: string }) => void
destroy
destroy: (e: any) => void
findSearchBox
findSearchBox: (e: { match: boolean }) => void
focus
focus: (e?: any) => void
keyboardActivity
keyboardActivity: (e: any) => void
nativecontextmenu
nativecontextmenu: (e: any) => void
paste
paste: (e: { event?: ClipboardEvent; text: string }) => void
Emitted when the selection style changes, via [[Editor.setSelectionStyle]].