FieldedText TypeScript Library - v0.1.2
GitHub
NPM
Preparing search index...
serialization/ft-text-writer
FtCallbackTextWriter
Class FtCallbackTextWriter
Callback-based text writer for simple output accumulation.
Implements
FtTextWriter
Index
Constructors
constructor
Methods
close
flush
write
Constructors
constructor
new
FtCallbackTextWriter
(
callback
:
(
text
:
string
)
=>
void
,
closeCallback
?:
()
=>
void
,
)
:
FtCallbackTextWriter
Parameters
callback
:
(
text
:
string
)
=>
void
Optional
closeCallback
:
()
=>
void
Returns
FtCallbackTextWriter
Methods
close
close
()
:
void
Returns
void
flush
flush
()
:
void
Returns
void
write
write
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
close
flush
write
GitHub
NPM
FieldedText TypeScript Library - v0.1.2
Loading...
Callback-based text writer for simple output accumulation.