Interface Script

Information of a client-side JavaScript script (ECMA 5.1). All attributes, except Path, are mandatory.

Hierarchy

  • Script

Properties

mode: "Interactor"

The mode of the script. Currently allowed: "Interactor".

name: string

The name of the script, should correspond to it's scope, two or three levels.

path?: string

Optional path to the JavaScript file, fallback: Name + ".js"

runTime: boolean

The operation mode. For client-side scripts it must be true.

version: string

The version of the script: ... starts at 1 and will be incremented on major changes. starts at 0 and will be incremented on minor changes. starts at 0 and will be incremented on small changes. starts at 1 for non-final release and 100 for final ones. Release numbers bigger than 100 mark bug fixes/patches.

Generated using TypeDoc