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.