Back to Trilium

Interface Abortable

docs/Script API/interfaces/Backend_Script_API._internal_.EventEmitter.Abortable.html

0.102.2642 B
Original Source

Interface Abortable

interface Abortable {
signal?: AbortSignal;
}

Index

Properties

signal?

Properties

Optionalsignal

signal?: AbortSignal

When provided the corresponding AbortController can be used to cancel an asynchronous action.

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties signal