var arguments: [String : Any]?
Sets the arguments of the command to
args
.
コマンドの引数をargs
に設定します。
Availability 有効性
Technology
var evaluatedArguments: [String
: Any]? { get }
Arguments initially can be either a normal object or an object specifier such as word 5
(represented as an instance of an NSScript
subclass). If arguments are object specifiers, the receiver evaluates them before using the referenced objects. Returns nil
if the command is not well formed. Also returns nil
if an object specifier does not evaluate to an object or if there is no type defined for the argument in the command description.
引数それらの冒頭は、通常のオブジェクトまたはオブジェクト指定子、例えばword 5
(NSScript
サブクラスのインスタンスとして表されます)のどちらかが可能です。引数がオブジェクト指定子それらであるならば、レシーバはそれらを評価します、参照されたそれらオブジェクトを使う前に。nil
を返します、もしコマンドがうまく形成されないならば。同様にnil
を返します、もしあるオブジェクト指定子がオブジェクトに評価されないならば、またはコマンド記述の中にその引数に対して定義される型がないならば。
var arguments: [String : Any]?
args
.
コマンドの引数をargs
に設定します。
isWellFormed