Liking cljdoc? Tell your friends :D

dots.vscode.message-options

Options to configure the behavior of the message.

Options to configure the behavior of the message.
raw docstring

detailcljs

(detail message-options)

Human-readable detail message that is rendered less prominent. Note that detail is only shown for {@link MessageOptions.modal modal} messages.

Returns: string | undefined

Human-readable detail message that is rendered less prominent. _Note_ that detail
is only shown for {@link MessageOptions.modal modal} messages.

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

modal?cljs

(modal? message-options)

Indicates that this message should be modal.

Returns: boolean | undefined

Indicates that this message should be modal.

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

set-detail!cljs

(set-detail! message-options value)

Human-readable detail message that is rendered less prominent. Note that detail is only shown for {@link MessageOptions.modal modal} messages.

Human-readable detail message that is rendered less prominent. _Note_ that detail
is only shown for {@link MessageOptions.modal modal} messages.
sourceraw docstring

set-modal!cljs

(set-modal! message-options value)

Indicates that this message should be modal.

Indicates that this message should be modal.
sourceraw docstring

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

× close