Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperatorDescriptor

Hierarchy

  • OperatorDescriptor

Index

Properties

call

call: (context: ExprEvaluatorContext, call: CallExpr) => Value

Evaluates the given expression.

Type declaration

Optional isDynamicOperator

isDynamicOperator: undefined | ((call: CallExpr) => boolean)

Returns true if this operator requires a dynamic execution context (e.g. ["zoom"]).

Optional partialEvaluate

partialEvaluate: undefined | ((context: ExprEvaluatorContext, call: CallExpr) => Value)

Partial evaluate the call expression using the given context.

Generated using TypeDoc