Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.custom-document-backup

A backup for an {@linkcode CustomDocument }.

A backup for an {@linkcode CustomDocument }.
raw docstring

deletecljs

(delete custom-document-backup)

Delete the current backup.

This is called by the editor when it is clear the current backup is no longer needed, such as when a new backup is made or when the file is saved.

Returns: void

Delete the current backup.

This is called by the editor when it is clear the current backup is no longer needed, such as when a new backup
is made or when the file is saved.

**Returns:** `void`
sourceraw docstring

idcljs

(id custom-document-backup)

Unique identifier for the backup.

This id is passed back to your extension in openCustomDocument when opening a custom editor from a backup.

Returns: string

Unique identifier for the backup.

This id is passed back to your extension in `openCustomDocument` when opening a custom editor from a backup.

**Returns:** `string`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close