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

scriptingProperties

An NSString-keyed dictionary of the receiver's scriptable properties.

Declaration 宣言

var scriptingProperties: [String : Any]? { get set }

Discussion 解説

An NSString-keyed dictionary of the receiver's scriptable properties, including all of those that are declared as Attributes and ToOneRelationships in the .scriptSuite property list entries for the class and its scripting superclasses, with the exception of ones keyed by "scriptingProperties." Each key in the dictionary must be identical to the key for an Attribute or ToOneRelationship. The values of the dictionary must be Objective-C objects that are convertible to NSAppleEventDescriptor objects.

See Also 参照

Scripting スクリプトを書く