Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Path

Index

Type aliases

BlockCallbackFn<T>: (cell: T) => boolean

Type parameters

  • T

    Any type of data.

Type declaration

    • (cell: T): boolean
    • Returns true if the given cell is a blocking one.

      Parameters

      • cell: T

      Returns boolean

Generated using TypeDoc