Return Value 戻り値
An object representing the plug-in’s scripting interface.
Availability
Technology
var objectForWebScript: Any! { get }
An object representing the plug-in’s scripting interface.
The methods of the object are exposed to the script environment. Messages sent to the returned object will be invoked in the scripting environment. See the WebScripting Protocol Reference informal protocol for more details.