FieldedText TypeScript Library - v0.1.2
GitHub
NPM
Preparing search index...
serialization/ft-text-writer
FtTextWriter
Interface FtTextWriter
Writer interface for outputting text.
interface
FtTextWriter
{
flush
()
:
void
;
write
(
text
:
string
)
:
void
;
}
Implemented by
FtCallbackTextWriter
FtStringWriter
Index
Methods
flush
write
Methods
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
Methods
flush
write
GitHub
NPM
FieldedText TypeScript Library - v0.1.2
Loading...
Writer interface for outputting text.