Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "editor"

Index

Type aliases

IGlobalValidator

IGlobalValidator: function

Global validation is performed when Editor submits a create, edit or delete request. The function can be useful for cases where fields must be validates together, rather than individually.

Type declaration

    • Parameters

      Returns Promise<true | string>

Functions

Let _constructSearchBuilderQuery

  • _constructSearchBuilderQuery(sbData: any): any
  • This function constructs the queries that are required to implement SearchBuilder filtering It is given as a function rather than a method so that the scope of the function can be set to the correct query

    Parameters

    • sbData: any

      The criteria that has to have conditions created for it

    Returns any

    The new query with added where conditions

Generated using TypeDoc