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.
(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`
(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.
(set-title! message-item value)
A short title like 'Retry', 'Open Log' etc.
A short title like 'Retry', 'Open Log' etc.
(title message-item)
A short title like 'Retry', 'Open Log' etc.
Returns: string
A short title like 'Retry', 'Open Log' etc. **Returns:** `string`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close