new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Electron · API · all subjects

notification/properties

14 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

notification.id instance property macOS Windows

notification.id is a read-only string property representing the unique identifier of the notification. It is set at construction time either from the id option or as a generated UUID if none was provided. Available on macOS and Windows.

notification.groupId instance property macOS Windows

notification.groupId is a read-only string property representing the group identifier of the notification. Notifications with the same groupId will be visually grouped together in Notification Center (macOS) or Action Center (Windows). Available on macOS and Windows.

notification.groupTitle instance property Windows

notification.groupTitle is a read-only string property representing the title of the notification group header. Available on Windows only.

notification.subtitle instance property

notification.subtitle is a string property representing the subtitle of the notification.

notification.body instance property

notification.body is a string property representing the body of the notification.

notification.replyPlaceholder instance property

notification.replyPlaceholder is a string property representing the reply placeholder of the notification.

notification.sound instance property

notification.sound is a string property representing the sound of the notification.

notification.closeButtonText instance property

notification.closeButtonText is a string property representing the close button text of the notification.

notification.silent instance property

notification.silent is a boolean property representing whether the notification is silent.

notification.hasReply instance property

notification.hasReply is a boolean property representing whether the notification has a reply action.

notification.urgency instance property Linux

notification.urgency is a string property representing the urgency level of the notification on Linux. Can be 'normal', 'critical', or 'low'. Default is 'low'. See NotifyUrgency for more information.

notification.timeoutType instance property Linux Windows

notification.timeoutType is a string property representing the type of timeout duration for the notification on Linux and Windows. Can be 'default' or 'never'. If timeoutType is set to 'never', the notification never expires and stays open until closed by the calling API or the user.

notification.actions instance property

notification.actions is a NotificationAction[] property representing the actions of the notification.

notification.toastXml instance property Windows

notification.toastXml is a string property representing the custom Toast XML of the notification on Windows.

Give your agent this brain