add show list methods
This commit is contained in:
parent
058104b10f
commit
3478e04a63
7 changed files with 1064 additions and 121 deletions
|
@ -91,6 +91,7 @@ function Attributes() {
|
|||
*
|
||||
* @public
|
||||
* @function get
|
||||
* @param {v2.string} attributeName
|
||||
* @returns {tools.promise.native}
|
||||
* @memberof Trees.GlobalAttributeTree.Node.Attributes
|
||||
*/
|
||||
|
@ -103,7 +104,7 @@ function Attributes() {
|
|||
*
|
||||
* @public
|
||||
* @function is_exist_attribute
|
||||
* @params {v2.string} attributeName
|
||||
* @param {v2.string} attributeName
|
||||
* @returns {boolean}
|
||||
* @memberof Trees.GlobalAttributeTree.Node.Attributes
|
||||
*/
|
||||
|
@ -116,7 +117,7 @@ function Attributes() {
|
|||
*
|
||||
* @public
|
||||
* @function has_base_attribute
|
||||
* @params {v2.string} attributeName
|
||||
* @param {v2.string} attributeName
|
||||
* @returns {boolean}
|
||||
* @memberof Trees.GlobalAttributeTree.Node.Attributes
|
||||
*/
|
||||
|
@ -129,8 +130,8 @@ function Attributes() {
|
|||
*
|
||||
* @public
|
||||
* @function add
|
||||
* @param {v2.vc} attributes список атрибутов
|
||||
* @returns {v2.model_type}
|
||||
* @params {v2.vc} attributes список атрибутов
|
||||
* @memberof Trees.GlobalAttributeTree.Node.Attributes
|
||||
*/
|
||||
this.add = function(attributes) {
|
||||
|
@ -142,8 +143,8 @@ function Attributes() {
|
|||
*
|
||||
* @public
|
||||
* @function remove
|
||||
* @param {v2.set(v2.string)} attributes
|
||||
* @returns {v2.model_type}
|
||||
* @params {v2.set(v2.string)} attributes
|
||||
* @memberof Trees.GlobalAttributeTree.Node.Attributes
|
||||
*/
|
||||
this.remove = function(attributes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue