Liking cljdoc? Tell your friends :D

dots.vscode.message-item

Represents an action that is shown with an information, warning, or error message.

Represents an action that is shown with an information, warning, or
error message.
raw docstring

close-affordance?cljs

(close-affordance? message-item)

A hint for modal dialogs that the item should be triggered when the user cancels the dialog (e.g. by pressing the ESC key).

Note: this option is ignored for non-modal messages.

Returns: boolean | undefined

A hint for modal dialogs that the item should be triggered
when the user cancels the dialog (e.g. by pressing the ESC
key).

Note: this option is ignored for non-modal messages.

**Returns:** `boolean | undefined`
sourceraw docstring

set-is-close-affordance!cljs

(set-is-close-affordance! message-item value)

A hint for modal dialogs that the item should be triggered when the user cancels the dialog (e.g. by pressing the ESC key).

Note: this option is ignored for non-modal messages.

A hint for modal dialogs that the item should be triggered
when the user cancels the dialog (e.g. by pressing the ESC
key).

Note: this option is ignored for non-modal messages.
sourceraw docstring

set-title!cljs

(set-title! message-item value)

A short title like 'Retry', 'Open Log' etc.

A short title like 'Retry', 'Open Log' etc.
sourceraw docstring

titlecljs

(title message-item)

A short title like 'Retry', 'Open Log' etc.

Returns: string

A short title like 'Retry', 'Open Log' etc.

**Returns:** `string`
sourceraw docstring

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

× close