Contents

objectSpecifier

Returns the object specifier that represents the document.

Declaration

var objectSpecifier: NSScriptObjectSpecifier { get }

Return Value

The document object specifier.

Discussion

An object specifier represents an AppleScript reference form, which is a natural-language expression such as words 10 through 20 or front document. During script processing, an object contained by a document (such as the second paragraph or the third rectangle) may need to specify its container (the document).

See Also

Handling Script Commands