Visualization
    Preparing search index...

    Type Alias AbortPredicate

    AbortPredicate: (currentRowCount: number) => boolean

    Predicate to determine if a current read operation for DataView.allRows should be aborted when there is new, non-streaming, data available. If this predicate returns true the DataView.allRows promise will be rejected and no rows will be returned.

    Type Declaration

      • (currentRowCount: number): boolean
      • Parameters

        • currentRowCount: number

        Returns boolean