Now I have googling this a lot, but I cant seem to find what I am looking for. I am not talking about the options object that does drop down menus, I am talking about seeing st
I would guess that the options object is just JSON. It is created from
{ "options": { "remove": true, "enable": false, "instance": object }
That is how most Javascript libraries load/set options. You can reference the objects properties just like you are doing in the question.