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?: {
    [key: string]: T;
}

An optional initial set of values.

Type declaration

  • [key: string]: T

Generated using TypeDoc