let NSExtensionJavaScriptPreprocessingResultsKey : String
A key whose value is an item of type
kUTTypePropertyList
. The item contains an NSDictionary
that contains the object returned by the JavaScript code to its completion function.
あるキー、それの値は型kUTTypePropertyList
のある項目です。項目は、NSDictionary
を含みます、それはJavaScriptコードによってそれの完了関数に返されるオブジェクトを含みます。
let NSExtensionJavaScriptFinalizeArgumentKey : String
A key whose value is an item of type
kUTTypePropertyList
. The item contains an NSDictionary
that contains the arguments to be passed to a JavaScript finalize method.
あるキー、それの値は型kUTTypePropertyList
のある項目です。項目は、NSDictionary
を含みます、それはJavaScriptファイナライズメソッドに渡される引数を含みます。