I verify the documentation isn't missing something with this: log(_.chain(getAllObjs())
.map((o)=>o.get('type'))
.uniq()
.value()
.sort()
); Yielding: [ "ability", "attribute", "campaign", "card", "character", "deck", "graphic", "hand", "handout", "jukeboxtrack", "macro", "page", "path", "player", "rollabletable", "tableitem" ]