Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldMappingFunction

Package version

Represents a function that transforms a value from a data source before indexing.

Hierarchy

  • FieldMappingFunction

Index

Properties

Properties

name

name: string

The name of the field mapping function.

Optional parameters

parameters: undefined | {}

A dictionary of parameter name/value pairs to pass to the function. Each value must be of a primitive type.

Generated using TypeDoc