AngularTS
    Preparing search index...

    Type Alias CompiledExpressionFunction

    CompiledExpressionFunction: (
        context?: Scope | typeof Proxy,
        locals?: object,
        _assign?: any,
    ) => any

    Expression function with context and optional locals/assign. Evaluates the compiled expression.

    Type Declaration

      • (context?: Scope | typeof Proxy, locals?: object, _assign?: any): any
      • Parameters

        • Optionalcontext: Scope | typeof Proxy
        • Optionallocals: object
        • Optional_assign: any

        Returns any