Skip to content
Gnosis
Gnosis

Power your Apps with Gnosis

  • Search Search
Post Categories Functions Script

Script Functions

Script Gnosis Script Functions.
Powered by Gnosis Copyright © 2025 || Designed by Nasio Themes || Powered by WordPress

Table of Contents

×
  • Call(function, parameters?)
  • DebugBreak(result?)
  • DefaultIfMissing(identifier, defaultValue?)
  • Error(error, details?)
  • Eval(code, guard, scope?)
  • Expression(expression, unwrapIdentifier = true, parseString = false)
  • External(name, params?, onOutputLine?) : Dict?
  • Functions(name?) : []
  • GetFunctionConfig(key) : String?
  • GetType(value, full?) : String?
  • LazyCall(function, parameters?, once = false)
  • Log(value, prefix?)
  • LogError(error, params?) : Error?
  • NotFoundError(message, targetType?, targetName?)
  • PermissionError(message, operation?, targetType?, targetName?)
  • Resolve(value, deep = false)
  • Safe(expr1, expr2OrCatch?, …)
  • SetVariable(name, value)
  • Sleep(ms = 1000)
  • Switch(testValue, case1, result1, …, defaultResult?)
  • ToExpression(value)
  • Types(name?) : []
→ Index