📄️ Global ScriptObject prototype
As noted in the section "ScriptObject data type", irScript supports a notion of inheritance called prototyping. This allows an instance of ScriptObject to (optionally) declare during creation another instance as its logical parent (or "prototype"). All methods and properties of the prototype are available to the "child" ScriptObject.
🗃️ Util
3 items
📄️ Context
irScript provides APIs for interacting with the ambient execution context during rule processing. These methods and properties are accessible from the global 'Context' object: