Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptBreakString

break string options

Hierarchy

  • IOptBreakString

Index

Properties

Optional after

after: undefined | string

Text to append to return string;

Optional before

before: undefined | string

Text to prepend to return string;

Optional break

break: string | number

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

see

string-breaker Enumeration splitByOpt

Optional eol

eol: string | number

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

see

string-breaker Enumeration lnEndOpt

Optional flags

flags: undefined | string

Flags to set for width.

see

string-breaker Enumeration widthFlags

Optional width

width: string | number

An integer representing the number of chars to break string.

see

string-breaker

Generated using TypeDoc