The initial parent requested by whomever started this gadget.
Returns the gadget's manifest
Returns the URL of the gadget.
Returns a specific initial interface lock if it exists.
Returns true if the gadget is in edit mode for the specified hand.
Returns the endpoint address for a DOM node Id, or null if there isn't a matching Aardvark node with that Id.
Returns a list of all the installed gadget's URIs.
Returns the name of the gadget.
Loads a gadget manifest by gadget URI.
a promise that will resolve to the specified gadget's manifest
Adds an asynchronous handler for a raw Aardvark message. You probably don't need this.
The callback registered with this function will be invoked when the gadget's settings are reloaded from the server.
Adds a handler for a raw Aardvark message. You probably don't need this.
Persists the gadget's settings. These weill be passed to the gadget via the callback registered with registerForSettings whenever the gadget is reloaded.
Sends a message to the server. You probably don't need this either.
Sends a message and returns a promise that resolves when the response to that message arrives.
Returns a promise that resolves when the initial endpoint handshake is complete
Returns the AvGadget singleton.
Generated using TypeDoc
The singleton gadget object for the browser.