@legumeinfo/web-components
    Preparing search index...

    Type Alias LinkoutOptions

    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 LinkoutOptions = {
        abortSignal?: AbortSignal;
    }
    Index

    Properties

    Properties

    abortSignal?: AbortSignal