Instance Property インスタンスプロパティ

objectForWebScript

Returns an object that exposes the plug-in’s scripting interface.

Declaration 宣言

var objectForWebScript: Any! { get }

Return Value 戻り値

An object representing the plug-in’s scripting interface.

Discussion 解説

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.