Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Object literals

Object literals

OPERATOR_TO_ALIAS_MAP

OPERATOR_TO_ALIAS_MAP: object

<

<: string = "lt"

<=

<=: string = "lte"

<>

<>: string = "ne"

=

=: ("equals" | "eq")[] = ['equals', 'eq']

>

>: string = "gt"

>=

>=: string = "gte"

BETWEEN

BETWEEN: string = "between"

IN

IN: string = "in"

attribute_exists

attribute_exists: string = "notNull"

attribute_not_exists

attribute_not_exists: string = "null"

attribute_type

attribute_type: string = "type"

begins_with

begins_with: string = "beginsWith"

contains

contains: string = "contains"

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc