The MacOS.AEDesc object represents AppleEvent values that have no corresponding
JavaScript data type (more info).
| Method/Property |
Description |
| MacOS.AEDesc(value) |
constructor
The initial value of the AEDesc. Any JavaScript expression may be
given.
|
MacOS.AEDesc.toSource()
MacOS.AEDesc.toString() |
the contents of the AEDesc formated in "AEPrint
syntax".
|
| MacOS.AEDesc.as(desiredType) |
Invokes an AppleEvent Coercion Handler to conver the
data from one data type to another.
The desired type may be expressed using one of the symbolic names
in the _types object or as a 4-character string containing the 4-character
AppleEvent data type code. |
| MacOS.AEDesc.build(value) |
constructs a new AEDesc from an AEBuild formatted
string.
|
| MacOS.AEDesc._type |
read-only
returns a string containing the 4-character type code of the AEDesc
data.
|
| MacOS.AEDesc._dictionary |
read-only
returns the MacOS.AEApp application
whose dictionary is associated with this AEDesc.
|