LinkoutOptions: {
    abortSignal?: AbortSignal;
}

Optional parameters that may be given to the linkout function. The AbortSignal instance will emit if a linkout is performed before the current linkout completes. This signal should be used to cancel in-flight requests if the linkout API supports it.

Type declaration

Generated using TypeDoc