Options
All
  • Public
  • Public/Protected
  • All
Menu

The options used to initialize an observable map.

Type parameters

  • T

Hierarchy

  • IOptions

Index

Properties

Properties

Optional itemCmp

itemCmp: (first: T, second: T) => boolean

Type declaration

    • (first: T, second: T): boolean
    • The item comparison function for change detection on set.

      If not given, strict === equality will be used.

      Parameters

      • first: T
      • second: T

      Returns boolean

Optional values

values: IterableOrArrayLike<T>

An optional initial set of values.

Generated using TypeDoc