@duet3d/objectmodel
v3.6.0-alpha.6
Published
TypeScript implementation of the Duet3D Object Model
Downloads
461
Readme
ObjectModel
TypeScript implementation of the Duet3D Object Model.
Installation
Install via npm install @duet3d/objectmodel
. Users of Vue 2 must also run this command after the first import:
globalThis._duetModelSetArray = (array, index, value) => Vue.set(array, index, value);
This is required to make sure that change events for arrays are correctly fired.
Bug reports
Please use the forum for support requests or the DuetWebControl GitHub repository for feature requests and bug reports.