isUntitled

abstract val isUntitled: Boolean(source)

Is this document representing an untitled file which has never been saved yet. Note that this does not mean the document will be saved to disk, use {@linkcode Uri.scheme} to figure out where a document will be saved, e.g. file, ftp etc.

Online Documentation