SheetXL - v0.3.20
    Preparing search index...

    An object interface that defines a set of callback functions a user can use to get notified of any set of Observable.

    Type Parameters

    • T = any
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • next: any
      • error: (err: any) => void
      • complete: () => void

      Returns { complete: any; error: any; next: any; unsubscribe: () => void }