item.readAll()
Reads all items in a project.
api.nexomaker.item.readAll(projectId)
api.nexomaker.item.readAll(projectId)const items = await api.nexomaker.item.readAll(projectId);
api.console.log('Loaded items:', items.length);Last updated
Reads all items in a project.
api.nexomaker.item.readAll(projectId)const items = await api.nexomaker.item.readAll(projectId);
api.console.log('Loaded items:', items.length);Last updated