Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWithFilterExpressionOptions

Custom options for 'withFilterExpression()' function.

Hierarchy

  • IWithFilterExpressionOptions

Index

Properties

behavior?: Nilable<"and" | "or">

The behavior on how to connect the result of expressions.

Default: 'or'

emptyValue?: any

The value to return, if no expression has been defined.

Default: (true)

extraFunctions?: Nilable<LogFilterFunctionsWithOverwrites>

Extra functions to use.

fallbackValue?: any

The value to return, if, whyever, the execution of compiled filter expression fails.

Default: (true)

getExtraConstants?: Nilable<GetExtraLogFilterConstantsFunc>

An optional function, which returns extra constants.

Generated using TypeDoc