Options
All
  • Public
  • Public/Protected
  • All
Menu

collossus

Index

Type aliases

CallbackFuncType

CallbackFuncType<T, R>: (it: T, index: number) => R

Type parameters

  • T

  • R

Type declaration

    • (it: T, index: number): R
    • Parameters

      • it: T
      • index: number

      Returns R

CompareFuncType

CompareFuncType<T>: (itA: T, itB: T) => boolean

Type parameters

  • T

Type declaration

    • (itA: T, itB: T): boolean
    • Parameters

      • itA: T
      • itB: T

      Returns boolean

IdOf

IdOf<T>: T["id"]

Helper to get type of ID in element
For Flow.js $PropertyType<T, 'id'> is using

Type parameters

Functions

patchObservableCollections

  • patchObservableCollections(mobx: MobX): void

Generated using TypeDoc