diff --git a/src/docs/scripting/reference.groovy b/src/docs/scripting/reference.groovy index a1e6df9..bfe3525 100644 --- a/src/docs/scripting/reference.groovy +++ b/src/docs/scripting/reference.groovy @@ -1,9 +1,5 @@ // This file contains Freeplane API reference for Groovy scripting. -/* - AttributeCondition #todo: [euu2021: I don't understand what it does.] -*/ - /* AttributesRO */ @@ -16,8 +12,6 @@ node.attributes.containsKey("aaa") node.attributes.findFirst("aaa") -// findValues(AttributeCondition condition) #todo - // Returns the attribute value at the index 1. node.attributes.get(1) @@ -42,14 +36,6 @@ node.attributes.map node.attributes.names -// #todo: [euu2021: I don't understand what this method bellow does.] - -node.attributes.transformed - -// Returns all values as a list of Convertible. #todo: [euu2021: I don't understand what it does.] - -node.attributes.values - // Returns "true", if the selected node has no attributes. Returns "false", otherwise. node.attributes.empty @@ -58,6 +44,3 @@ node.attributes.empty node.attributes.size() -/* - Attributes [euu: I already have the methods, so please skip this one] -*/