Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScriptValue

Hierarchy

Index

Constructors

Methods

Constructors

constructor

  • new ScriptValue(script: Script, options: { validate?: undefined | false | true }): ScriptValue
  • Parameters

    • script: Script
    • options: { validate?: undefined | false | true }
      • Optional validate?: undefined | false | true

    Returns ScriptValue

Methods

equals

  • equals(other: Value): boolean
  • Parameters

    Returns boolean

hash

  • Returns Hash

hashCode

  • hashCode(): number
  • Returns number

Generated using TypeDoc