Cancelable Interface

    Package: @esfx/cancelable

    An object that can be canceled from an external source.

    Declaration
    export interface Cancelable 

    Methods

    [Cancelable.cancelSignal]()

    Gets the CancelSignal for this Cancelable.

    Declaration
    [Cancelable.cancelSignal](): CancelSignal;
    Returns
    CancelSignal

    Generated by DocFX