for automatically converting old-style implementations that are no CommonJS or AMD modules: if true, explicitly exports the implementation resource, i.e. adds something like
module.exports.= ;
to the implementation source/module.
If string, the specified string will be used for the export.
if true
, the corresponding implementation will be excluded (when parsing path
)
file path for searching (data) model implementation files:
path/<model ID>.js
Generated using TypeDoc
var modelOptions = { path: './implementations_all/models', models: { user: {addModuleExport: 'mmir.User'}, calendarModel: {addModuleExport: 'mmir.CalendarModel'} } };