Skip to main content

Interface: CallbackOptions

actions/CallbackAction.internal.CallbackOptions

Properties

ensureSingleEditor

ensureSingleEditor: boolean

Defined in

actions/CallbackAction.ts:22


ensureSingleTarget

ensureSingleTarget: boolean

Defined in

actions/CallbackAction.ts:23


restoreSelection

restoreSelection: boolean

Defined in

actions/CallbackAction.ts:25


setSelection

setSelection: boolean

Defined in

actions/CallbackAction.ts:24


showDecorations

showDecorations: boolean

Defined in

actions/CallbackAction.ts:26

Methods

callback

callback(editor, targets): Promise<void>

Parameters

NameType
editorEditableTextEditor
targetsTarget[]

Returns

Promise<void>

Defined in

actions/CallbackAction.ts:21