For what I understand of your code, since you're not retrieving ItemInfo from a component, you need to declare its class as STATIC to be able to use it.
Unfortunately I don't know the js syntax for static but on c# you write
public static class ItemInfo {
...
↧