DHTMLX Touch documentation

provideApi(target, eventable)

  • Type: Method
  • File: core/datastore.js
  • Implemented in: DataStore
  • Included in:

assigns methods (and events) of DataStore to an object

Parameters

  • target - the object that methods are assigned to
    • object
  • eventable - defines if DataStore events needs being assigned (optional)
    • boolean

Returns