diff options
-rw-r--r-- | API.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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` |