Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParseService

Hierarchy

  • IParseService

Callable

  • __call(expression: string, interceptorFn?: function, expensiveChecks?: boolean): ICompiledExpression
  • Parameters

    • expression: string
    • Optional interceptorFn: function
        • (value: any, scope: IScope, locals: any): any
        • Parameters

          • value: any
          • scope: IScope
          • locals: any

          Returns any

    • Optional expensiveChecks: boolean

    Returns ICompiledExpression

Generated using TypeDoc