Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions<T>

The options used to initialize an observable map. The options use to initialize an observable JSON object.

Type parameters

  • T

Hierarchy

  • IOptions

Index

Properties

Properties

Optional itemCmp

itemCmp: function

The item comparison function for change detection on set.

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

Type declaration

    • (first: T, second: T): boolean
    • Parameters

      • first: T
      • second: T

      Returns boolean

Optional values

values: JSONObject

An optional initial set of values. The optional initial value for the object.

Generated using TypeDoc