stringify Method

Converts a TabRun to its string representation. If the tabsAsSpaces option is provided, returns a string of spaces of the specified length. Otherwise, returns a tab character ("\t").

stringify(options?: TextBlockStringifyOptions): string

Parameter Type Description
options TextBlockStringifyOptions  

Returns - string

Defined in

Last Updated: 03 July, 2025