Skip to main content
Module

x/typeorm/src/util/StringUtils.ts>IShortenOptions

Forked from https://github.com/typeorm/typeorm
Latest
interface IShortenOptions
import { type IShortenOptions } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/util/StringUtils.ts";

Properties

optional
separator: string

String used to split "segments" of the alias/column name

optional
segmentLength: number

Maximum length of any "segment"

optional
termLength: number

Length of any "term" in a "segment"; "OrderItem" is a segment, "Order" and "Items" are terms