Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/codec
OutputSettings
Class OutputSettings
Hierarchy
OutputSettings
Implements
Debug
HashCode
Index
Constructors
constructor
Properties
line
Separator
precision
pretty
styled
Methods
as
Pretty
as
Styled
can
Equal
copy
debug
equals
hash
Code
is
Pretty
is
Styled
to
String
with
Line
Separator
with
Precision
create
from
Any
from
Init
pretty
pretty
Styled
standard
styled
Constructors
Protected
constructor
new
Output
Settings
(
lineSeparator
:
string
, pretty
:
boolean
, styled
:
boolean
, precision
:
number
)
:
OutputSettings
Parameters
lineSeparator:
string
pretty:
boolean
styled:
boolean
precision:
number
Returns
OutputSettings
Properties
Readonly
line
Separator
line
Separator
:
string
Readonly
precision
precision
:
number
Readonly
pretty
pretty
:
boolean
Readonly
styled
styled
:
boolean
Methods
as
Pretty
as
Pretty
(
pretty
:
boolean
)
:
OutputSettings
Parameters
pretty:
boolean
Returns
OutputSettings
as
Styled
as
Styled
(
styled
:
boolean
)
:
OutputSettings
Parameters
styled:
boolean
Returns
OutputSettings
Protected
can
Equal
can
Equal
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
Protected
copy
copy
(
lineSeparator
:
undefined
|
string
, pretty
:
boolean
, styled
:
boolean
, precision
:
number
)
:
OutputSettings
Parameters
lineSeparator:
undefined
|
string
pretty:
boolean
styled:
boolean
precision:
number
Returns
OutputSettings
debug
debug
(
output
:
Output
<
unknown
>
)
:
void
Parameters
output:
Output
<
unknown
>
Returns
void
equals
equals
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
hash
Code
hash
Code
(
)
:
number
Returns
number
is
Pretty
is
Pretty
(
)
:
boolean
Returns
boolean
is
Styled
is
Styled
(
)
:
boolean
Returns
boolean
to
String
to
String
(
)
:
string
Returns
string
with
Line
Separator
with
Line
Separator
(
lineSeparator
:
undefined
|
string
)
:
string
|
OutputSettings
Parameters
lineSeparator:
undefined
|
string
Returns
string
|
OutputSettings
with
Precision
with
Precision
(
precision
:
number
)
:
OutputSettings
Parameters
precision:
number
Returns
OutputSettings
Static
create
create
(
lineSeparator
?:
string
, pretty
?:
boolean
, styled
?:
boolean
, precision
?:
number
)
:
OutputSettings
Parameters
Optional
lineSeparator:
string
Optional
pretty:
boolean
Optional
styled:
boolean
Optional
precision:
number
Returns
OutputSettings
Static
from
Any
from
Any
(
value
:
undefined
|
AnyOutputSettings
)
:
OutputSettings
Parameters
value:
undefined
|
AnyOutputSettings
Returns
OutputSettings
Static
from
Init
from
Init
(
init
:
OutputSettingsInit
)
:
OutputSettings
Parameters
init:
OutputSettingsInit
Returns
OutputSettings
Static
pretty
pretty
(
)
:
OutputSettings
Returns
OutputSettings
Static
pretty
Styled
pretty
Styled
(
)
:
OutputSettings
Returns
OutputSettings
Static
standard
standard
(
)
:
OutputSettings
Returns
OutputSettings
Static
styled
styled
(
)
:
OutputSettings
Returns
OutputSettings
Modules
@swim/system
@swim/core
@swim/util
@swim/codec
@swim/mapping
@swim/collections
@swim/constraint
@swim/structure
@swim/streamlet
@swim/dataflow
@swim/recon
@swim/uri
@swim/math
@swim/geo
@swim/time
@swim/mesh
@swim/toolkit
Output
Settings
constructor
line
Separator
precision
pretty
styled
as
Pretty
as
Styled
can
Equal
copy
debug
equals
hash
Code
is
Pretty
is
Styled
to
String
with
Line
Separator
with
Precision
create
from
Any
from
Init
pretty
pretty
Styled
standard
styled
Generated using
TypeDoc