добавил примеры по работе с деревьями

This commit is contained in:
Aleksey Chichenkov 2018-09-25 19:04:11 +03:00
parent 73f3735bb6
commit 59d791e97f
12 changed files with 446 additions and 22 deletions

View file

@ -1,3 +1,5 @@
/** @typedef {Trees.GlobalAttributeTree.Node.Attributes} NodeAttributes */
/**
* Интерфейс позволяющей пользователю работать с атрибутами ноды
*