The options used to initialize an observable map.

Type Parameters

  • T

Hierarchy

  • IOptions

Properties

Properties

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

Type declaration

    • (first, second): 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

values?: Iterable<T>

An optional initial set of values.

Generated using TypeDoc