Skip to content

Commit

Permalink
Update reference.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
euu2021 authored Nov 26, 2023
1 parent 4b8f153 commit ef79e53
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/docs/scripting/reference.groovy
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
// This file contains Freeplane API reference for Groovy scripting.

/*
AttributeCondition #todo: [euu2021: I don't understand what it does.]
*/

/*
AttributesRO
*/
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -58,6 +44,3 @@ node.attributes.empty

node.attributes.size()

/*
Attributes [euu: I already have the methods, so please skip this one]
*/

0 comments on commit ef79e53

Please sign in to comment.