FreeWRL/FreeX3D
3.0.0
|
Interface for exposing scriptable plugin methods to JavaScript via XPConnect. More...
import"nsIScriptablePlugin.idl";
Data Fields | |
readonly attribute nsQIResult | scriptablePeer |
The object to be wrapped and exposed to JavaScript. More... | |
readonly attribute nsIIDPtr | scriptableInterface |
The interface that XPConnect should use when exposing the peer object to JavaScript. More... | |
Interface for exposing scriptable plugin methods to JavaScript via XPConnect.
Definition at line 45 of file nsIScriptablePlugin.idl.
readonly attribute nsIIDPtr nsIScriptablePlugin::scriptableInterface |
The interface that XPConnect should use when exposing the peer object to JavaScript.
All scriptable methods on the interface will be available to JavaScript.
Definition at line 58 of file nsIScriptablePlugin.idl.
readonly attribute nsQIResult nsIScriptablePlugin::scriptablePeer |
The object to be wrapped and exposed to JavaScript.
It should be an XPCOM object, and it can be the same object as the plugin.
Definition at line 51 of file nsIScriptablePlugin.idl.