⚠️ Internal: This API is not publically exported by the package.
      interface Abortable {
          signal?: AbortSignal;
      }

      Hierarchy

      Properties

      Properties

      signal?: AbortSignal

      When provided the corresponding AbortController can be used to cancel an asynchronous action.