I'm working on google app script. There's a statement "google.script is a client-side JavaScript API" in official document
However, I've search throughout internet and cannot find any document about "google.script" API.
I know there're several functions(or properties) such as
google.script.run
google.script.sandbox
google.script.host
because they appear in official examples.
But I want to know more details about this API.
Any help?
Thanks in advance!