Skip to main content

Interface: CallbackOptions

actions/CallbackAction.internal.CallbackOptions

Properties

ensureSingleEditor

ensureSingleEditor: boolean

Defined in

actions/CallbackAction.ts:24


ensureSingleTarget

ensureSingleTarget: boolean

Defined in

actions/CallbackAction.ts:25


restoreSelection

restoreSelection: boolean

Defined in

actions/CallbackAction.ts:27


setSelection

setSelection: boolean

Defined in

actions/CallbackAction.ts:26


showDecorations

showDecorations: boolean

Defined in

actions/CallbackAction.ts:28

Methods

callback

callback(editor, targets): Promise<void>

Parameters

NameType
editorEditableTextEditor
targetsTarget[]

Returns

Promise<void>

Defined in

actions/CallbackAction.ts:23