summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/API.md b/API.md
index ea0ef71..407ae67 100644
--- a/API.md
+++ b/API.md
@@ -142,8 +142,9 @@ Note: For function-based sorting, the entries provided to the compare function
will have the following format:
{
- name = n, -- entry name
- data = d, -- arbitrary entry data
+ eid = e, -- unique entry identifier
+ name = n, -- entry name
+ data = d, -- arbitrary entry data
}
#### Using `build_formspec`