Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBreakString

break string options

Hierarchy

  • IBreakString

Index

Properties

after

after: string

Text to append to return string;

before

before: string

Text to prepend to return string;

break

break: splitByOpt

How should line splits be done. line, width, word

see

string-breaker Enumeration splitByOpt

flags

flags: widthFlags

Flags to set for width.

see

string-breaker Enumeration widthFlags

isSet

isSet: boolean

Boolean flag that is true when break string options are set

lineEnd

lineEnd: lnEndOpt

How shold line ending be handled. encode, noLnBr, none

see

string-breaker Enumeration lnEndOpt

width

width: number

An integer representing the number of chars to break string.

see

string-breaker

Generated using TypeDoc