Interface IInspectOptions
Package: @altmp/altv-types
Syntax
interface IInspectOptions
Properties
|
Improve this Doc
View Source
getters
Declaration
getters?: boolean | "set" | "get"
Property Value
Type |
Description |
boolean | "set" | "get" |
|
|
Improve this Doc
View Source
showHidden
Declaration
Property Value
|
Improve this Doc
View Source
depth
Declaration
Property Value
Type |
Description |
null | number |
|
|
Improve this Doc
View Source
colors
Declaration
Property Value
|
Improve this Doc
View Source
customInspect
Declaration
Property Value
|
Improve this Doc
View Source
maxArrayLength
Declaration
maxArrayLength?: null | number
Property Value
Type |
Description |
null | number |
|
|
Improve this Doc
View Source
maxStringLength
Declaration
maxStringLength?: null | number
Property Value
Type |
Description |
null | number |
|
|
Improve this Doc
View Source
breakLength
Declaration
Property Value
|
Improve this Doc
View Source
compact
Declaration
compact?: number | boolean
Property Value
Type |
Description |
number | boolean |
|
|
Improve this Doc
View Source
sorted
Declaration
sorted?: boolean | (a: string, b: string) => number
Property Value
Type |
Description |
boolean | (a: string, b: string) => number |
|