Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "types/Objects"

Index

Classes

Interfaces

Type aliases

Type aliases

ForEachCallback

ForEachCallback: function

Defines to return boolean or void in the callback

export
interface

ForEachCallback ForEach Callback interface

Type declaration

    • (item: any, key?: string, obj?: Props): boolean | void
    • Parameters

      • item: any
      • Optional key: string
      • Optional obj: Props

      Returns boolean | void

MapCallback

MapCallback: function

Defines to return value in the callback

export
interface

MapCallback Map Callback interface

Type declaration

    • (item: any, key?: string, obj?: Props): any
    • Parameters

      • item: any
      • Optional key: string
      • Optional obj: Props

      Returns any

Generated using TypeDoc