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: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.