IPrecompiledJavaScript Interface

Summary

Represents a pre-compiled JavaScript script that can be executed by different instances of the JavaScript engine.
graph BT Type["IPrecompiledJavaScript"] class Type type-node

Syntax

public interface IPrecompiledJavaScript

Properties

Name Value Summary
EngineName string
Gets a name of JavaScript engine for which the pre-compiled script was created.
GitHub