keySpecifier
Returns a specifier for the object or objects to be cloned.
Declaration
var keySpecifier: NSScriptObjectSpecifier { get }Return Value
A specifier for the object or objects to be cloned.
Discussion
For example, the specifier may indicate that a document’s third rectangle should be cloned. The returned specifier is valid only in the context of the NSCloneCommand object; for example, if you send the specifier a container message, the result is nil.
See Also
Related Documentation
- Cocoa Scripting Guide