FreeWRL/FreeX3D  3.0.0
nsIScriptablePlugin Interface Reference

Interface for exposing scriptable plugin methods to JavaScript via XPConnect. More...

import"nsIScriptablePlugin.idl";

Inheritance diagram for nsIScriptablePlugin:

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...
 

Detailed Description

Interface for exposing scriptable plugin methods to JavaScript via XPConnect.

Definition at line 45 of file nsIScriptablePlugin.idl.

Field Documentation

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.


The documentation for this interface was generated from the following file: