var receiversSpecifier : NSScriptObjectSpecifier?
Sets the object specifier to
receiversSpec
that, when evaluated, indicates the receiver or receivers of the command.
オブジェクト指定子をreceiversSpec
に設定します、評価されるとき、それはコマンドのレシーバまたは複数のレシーバを指し示します。
var arguments: [String : Any]?
Sets the arguments of the command to
args
.
コマンドの引数をargs
に設定します。