Options to configure the behavior of the message.
Options to configure the behavior of the message.
(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`
(modal? message-options)
Indicates that this message should be modal.
Returns: boolean | undefined
Indicates that this message should be modal. **Returns:** `boolean | undefined`
(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.
(set-modal! message-options value)
Indicates that this message should be modal.
Indicates that this message should be modal.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close