Does anyone know where I can find a more complete documentation?

I am struggling to find some documentation for all the functions/methods and other stuff that can be accessed via javascript in the plugin editor. Bubble’s documentation is quite superficial in this regard (maybe i just couldn’t find it :slight_smile: ) Does anyone have some knowledge of where i could find a more detailed documentation? I am tired of console.logging every single object…

Thank youuuu

Are you talking about documentation on what you get inside instance, properties, context? That’s inline in the editor and is updated based on what you select in the settings. Just click on “show documentation”.
You have also the plugin section in the manual.

Hey! Well, yeah, instance properties and context mostly. When i click on “show documentation” i find the description to be quite simple. Especially considering that those objects are huge.
It is not a major issue since of course you can play around and change settings and console.log everything but i was hoping that maybe i could spare the trial and error and just read some documents.

Trial and error is – unfortunately – the way that plugins are built.

I’ve learned a ton from @eli’s video tutorials. He explained what each thing does just enough for me to figure out the rest.

1 Like

Oh, thanks man!