AsyncEventRef
Async event reference.
Import:
import type { AsyncEventRef } from 'obsidian-dev-utils/async-events';Signature:
export interface AsyncEventRefProperties
| Property | Type | Description |
|---|---|---|
| asyncEventSource | GenericAsyncEventSource | An event source. |
| callback | GenericCallback | A callback to call when the event is triggered. |
| name | string | A name of the event. |
| thisArg | unknown | A context passed as this to the callback. |
Links to this page: