Skip to content

TextFileView.save method

TextFileView › save

Official

Save the file.

Signature:

save(clear?: boolean | undefined): Promise<void>

Parameters:

Parameter Type Description
clear? boolean | undefined *(Optional)*

Returns: Promise<void>

Since: 0.10.12