Projekt

Obecné

Profil

« Předchozí | Další » 

Revize daad2157

Přidáno uživatelem Pavel Fidranský před více než 6 roky(ů)

jsDoc

Zobrazit rozdíly:

sources/src/main/webapp/js/app.js
60 60
	/** @prop {Diagram} diagram */
61 61
	this.diagram = null;
62 62

  
63
	/** TODO: jsDoc */
63
	/** @prop {object} archetype Object containing all vertex and edge archetypes used in currently displayed diagram. */
64 64
	this.archetype = {
65 65
		vertex: [],
66 66
		edge: [],
67 67
	};
68 68

  
69
	/** TODO: jsDoc */
69
	/** @prop {array} attributeTypeList Array containing all possible types of vertex/edge attributes. */
70 70
	this.attributeTypeList = [];
71

  
72
	/** TODO: jsDoc */
71
	/** @prop {array} possibleEnumValues Array containing all possible values of attributes with datatype ENUM. */
73 72
	this.possibleEnumValues = {};
74 73

  
75 74
	/**

Také k dispozici: Unified diff