getUsers

returns a DataCollections with users

DataCollection getUsers();
DataCollectiona collection of user records

Example

const users = $$("comments").getUsers();
const user = users.getItem(5);
/*
{"id":5,"value":"Emily Kaldwin","image":"/imgs/emily.jpg"}
*/

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.