Liking cljdoc? Tell your friends :D

dots.vscode.save-dialog-options

Options to configure the behaviour of a file save dialog.

Options to configure the behaviour of a file save dialog.
raw docstring

default-uricljs

(default-uri save-dialog-options)

The resource the dialog shows when opened.

The resource the dialog shows when opened.
sourceraw docstring

filterscljs

(filters save-dialog-options)

A set of file filters that are used by the dialog. Each entry is a human-readable label, like "TypeScript", and an array of extensions, for example:

{
	'Images': ['png', 'jpg'],
	'TypeScript': ['ts', 'tsx']
}
A set of file filters that are used by the dialog. Each entry is a human-readable label,
like "TypeScript", and an array of extensions, for example:
```ts
{
	'Images': ['png', 'jpg'],
	'TypeScript': ['ts', 'tsx']
}
```
sourceraw docstring

save-labelcljs

(save-label save-dialog-options)

A human-readable string for the save button.

A human-readable string for the save button.
sourceraw docstring

set-default-uri!cljs

(set-default-uri! save-dialog-options value)

The resource the dialog shows when opened.

The resource the dialog shows when opened.
sourceraw docstring

set-filters!cljs

(set-filters! save-dialog-options value)

A set of file filters that are used by the dialog. Each entry is a human-readable label, like "TypeScript", and an array of extensions, for example:

{
	'Images': ['png', 'jpg'],
	'TypeScript': ['ts', 'tsx']
}
A set of file filters that are used by the dialog. Each entry is a human-readable label,
like "TypeScript", and an array of extensions, for example:
```ts
{
	'Images': ['png', 'jpg'],
	'TypeScript': ['ts', 'tsx']
}
```
sourceraw docstring

set-save-label!cljs

(set-save-label! save-dialog-options value)

A human-readable string for the save button.

A human-readable string for the save button.
sourceraw docstring

set-title!cljs

(set-title! save-dialog-options value)

Dialog title.

This parameter might be ignored, as not all operating systems display a title on save dialogs (for example, macOS).

Dialog title.

This parameter might be ignored, as not all operating systems display a title on save dialogs
(for example, macOS).
sourceraw docstring

titlecljs

(title save-dialog-options)

Dialog title.

This parameter might be ignored, as not all operating systems display a title on save dialogs (for example, macOS).

Dialog title.

This parameter might be ignored, as not all operating systems display a title on save dialogs
(for example, macOS).
sourceraw docstring

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

× close