Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/structure
TextOutput
Class TextOutput
Hierarchy
Output
<
Text
>
TextOutput
Index
Constructors
constructor
Properties
settings
string
Methods
as
Part
bind
clone
debug
display
flush
is
Cont
is
Done
is
Error
is
Full
is
Part
push
to
String
trap
with
Settings
write
writeln
done
error
full
Constructors
constructor
new
Text
Output
(
string
:
string
, settings
:
OutputSettings
)
:
TextOutput
Parameters
string:
string
settings:
OutputSettings
Returns
TextOutput
Properties
Readonly
settings
settings
:
OutputSettings
Readonly
string
string
:
string
Methods
as
Part
as
Part
(
part
:
boolean
)
:
Output
<
Text
>
Parameters
part:
boolean
Returns
Output
<
Text
>
bind
bind
(
)
:
Text
Returns
Text
clone
clone
(
)
:
Output
<
Text
>
Returns
Output
<
Text
>
debug
debug
(
object
:
unknown
)
:
Output
<
Text
>
Parameters
object:
unknown
Returns
Output
<
Text
>
display
display
(
object
:
unknown
)
:
Output
<
Text
>
Parameters
object:
unknown
Returns
Output
<
Text
>
flush
flush
(
)
:
Output
<
Text
>
Returns
Output
<
Text
>
is
Cont
is
Cont
(
)
:
boolean
Returns
boolean
is
Done
is
Done
(
)
:
boolean
Returns
boolean
is
Error
is
Error
(
)
:
boolean
Returns
boolean
is
Full
is
Full
(
)
:
boolean
Returns
boolean
is
Part
is
Part
(
)
:
boolean
Returns
boolean
push
push
(
...
tokens
:
number
[]
)
:
void
Parameters
Rest
...
tokens:
number
[]
Returns
void
to
String
to
String
(
)
:
string
Returns
string
trap
trap
(
)
:
Error
Returns
Error
with
Settings
with
Settings
(
settings
:
AnyOutputSettings
)
:
Output
<
Text
>
Parameters
settings:
AnyOutputSettings
Returns
Output
<
Text
>
write
write
(
token
:
string
|
number
)
:
Output
<
Text
>
Parameters
token:
string
|
number
Returns
Output
<
Text
>
writeln
writeln
(
string
?:
string
)
:
Output
<
Text
>
Parameters
Optional
string:
string
Returns
Output
<
Text
>
Static
done
done
(
)
:
Output
<
never
>
Returns
Output
<
never
>
Static
error
error
(
error
:
Error
)
:
Output
<
never
>
Parameters
error:
Error
Returns
Output
<
never
>
Static
full
full
(
)
:
Output
<
never
>
Returns
Output
<
never
>
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
Text
Output
constructor
settings
string
as
Part
bind
clone
debug
display
flush
is
Cont
is
Done
is
Error
is
Full
is
Part
push
to
String
trap
with
Settings
write
writeln
done
error
full
Generated using
TypeDoc