From 1b9c901c8132e548d4edf4d62f7a0ab91e10eac0 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 17 Dec 2016 01:01:53 +0100 Subject: Mention eid in sorting table API doc --- API.md | 5 +++-- 1 file 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` -- cgit v1.2.3