diff --git a/docs/en/src/lua-function-calls.md b/docs/en/src/lua-function-calls.md index 7bec54b..59d7772 100644 --- a/docs/en/src/lua-function-calls.md +++ b/docs/en/src/lua-function-calls.md @@ -122,6 +122,8 @@ A node contains the following fields: - [permissions][57] - [created][71] - [last_modified][72] +- [uid][73] +- [gid][74] - [canonical][58] - [symlink][59] @@ -216,6 +218,18 @@ Type: nullable integer Last modification time in nanosecond since UNIX epoch. +### uid + +Type: integer + +User ID of the file owner. + +### gid + +Type: integer + +Group ID of the file owner. + ### canonical Type: nullable [Resolved Node Metadata][61] @@ -368,3 +382,5 @@ xplr.config.modes.builtin.default.key_bindings.on_key.space = { [70]: #history-1 [71]: #created [72]: #last_modified +[73]: #uid +[74]: #gid