CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
DiffOptions
Interface DiffOptions
DiffOptions configures the behavior of the DiffChecker utility.
interface
DiffOptions
{
caseInsensitive
?:
boolean
;
contextLines
?:
number
;
expandLines
?:
boolean
;
groupedLines
?:
boolean
;
lineBreak
?:
string
;
maxMagnitudeSymbols
?:
number
;
mode
?:
DiffMode
;
showChangeMagnitude
?:
boolean
;
}
Index
Properties
case
Insensitive?
context
Lines?
expand
Lines?
grouped
Lines?
line
Break?
max
Magnitude
Symbols?
mode?
show
Change
Magnitude?
Properties
Optional
case
Insensitive
caseInsensitive
?:
boolean
Optional
context
Lines
contextLines
?:
number
Optional
expand
Lines
expandLines
?:
boolean
Optional
grouped
Lines
groupedLines
?:
boolean
Optional
line
Break
lineBreak
?:
string
Optional
max
Magnitude
Symbols
maxMagnitudeSymbols
?:
number
Optional
mode
mode
?:
DiffMode
Optional
show
Change
Magnitude
showChangeMagnitude
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
case
Insensitive
context
Lines
expand
Lines
grouped
Lines
line
Break
max
Magnitude
Symbols
mode
show
Change
Magnitude
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
DiffOptions configures the behavior of the DiffChecker utility.