Description
The Script object contains information about a block of JavaScript code.
Attributes
| Attribute | Type | Description |
|---|---|---|
active? |
Boolean | Returns true if the Script is active |
content |
String | Returns the content of the Script |
global? |
Boolean | Returns true if the Script is global |
id |
String | Returns the Script's unique id |
position |
Number | Returns the position of the Script |
url |
String | Returns a url for an external Script |