Scripting environment preferences.
script preference Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| enable redraw | boolean | r/w | If true, enables redraw during script execution. |
| object reference | script preference | read | An object reference for the object. |
| parent | specifier | read | The parent of the script preference (a application). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| scripts folder | alias | read | The path to the Scripts folder for the application. |
| scripts list | List of any | read | A list of the scripts in the Scripts folder. Can return: list of list of 2 strings or aliases or strings. |
| user interaction level | never interact, interact with all, interact with alerts, never interact, interact with all, interact with alerts, |
r/w | Controls the display of dialogs and alerts during script processing. |
| version | text | r/w | The version of the scripting environment. Can also accept: fixed. |