Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFunctionEvaluatorContext

Hierarchy

  • IFunctionEvaluatorContext

Index

Properties

cancelToken

cancelToken: CancelToken<FunctionEvaluatorResults>

user

Returns an object describing the user making the function evaluation request.

returns

userContext

userContext: any

Methods

FindFunctionInfo

GetAllFunctions

  • GetAllFunctions(): Promise<object>

evaluate

  • evaluate(name: string, options: object): Promise<any>
  • Parameters

    • name: string
    • options: object
      • [id: string]: any

    Returns Promise<any>

getGlobal

  • getGlobal(name: string): any

getGlobalKeys

  • getGlobalKeys(): string[]

getLocal

  • getLocal(name: string): any

setGlobal

  • setGlobal(name: string, value: any): void

setLocal

  • setLocal(name: string, value: any): void

Generated using TypeDoc