Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Flood

Index

Classes

Interfaces

Type aliases

Type aliases

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

Type parameters

  • T

    Any type of data.

Type declaration

    • (cell: T): boolean
    • Returns true if the given cell is a target to flood.

      Parameters

      • cell: T

      Returns boolean

Generated using TypeDoc