GE Lua Documentation

Press F to search!

getEntries

Definition


-- @/lua/ge/extensions/ui/topBar.lua:122

local getEntries = function()
  return Config.TopBarEntries
end

Callers

@/inspector/Models/DOMStorageObject.js

    getEntries(callback)
    {
@/inspector/Views/DOMStorageContentView.js
    {
        this.representedObject.getEntries(function(error, entries) {
            if (error)