Interface IAddedCallback

An interface representing an added callback, with methods to manage it.

Hierarchy

Properties

Properties

id: string

The unique identifier of the callback.

remove: (() => void)

Type declaration

    • (): void
    • Removes the callback from the registered list.

      Returns void