Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomEntityAlias

Package version

A complex object that can be used to specify alternative spellings or synonyms to the root entity name.

Hierarchy

  • CustomEntityAlias

Index

Properties

Optional accentSensitive

accentSensitive: undefined | false | true

Determine if the alias is accent sensitive.

Optional caseSensitive

caseSensitive: undefined | false | true

Determine if the alias is case sensitive.

Optional fuzzyEditDistance

fuzzyEditDistance: undefined | number

Determine the fuzzy edit distance of the alias.

text

text: string

The text of the alias.

Generated using TypeDoc