initi.doc/docfiles/providers/managers/eventTypes/eventType.js

14 lines
258 B
JavaScript
Raw Normal View History

2019-03-22 14:25:11 +00:00
/**
* Описание типа компонента
*
* <br>
* Связанные объекты:
*
* - {@link EventTypes EventTypes} - менеджер типов групп
*
* @class EventType
* @memberof EventTypes
*/
function EventType() {
}