Class PinnedScript
A class representing a pinned JavaScript function that can be repeatedly called without sending the entire script across the wire for every execution.
public sealed class PinnedScript
- Inheritance
-
PinnedScript
- Inherited Members
Properties
Handle
Gets the unique handle for this pinned script.
public string Handle { get; }
Property Value
Source
Gets the source representing the body of the function in the pinned script.
public string Source { get; }