Skip to main content

SystemNotificationPayload

@codebolt/codeboltjs


Interface: SystemNotificationPayload

Defined in: common/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:81

Payload for system notifications

Properties

PropertyTypeDescriptionDefined in
actionRequired?booleanWhether the agent needs to take actioncommon/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:90
actionType?stringAction to take if actionRequired is truecommon/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:92
messagestringNotification messagecommon/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:88
notificationType"info" | "error" | "warning" | "success"Type of notificationcommon/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:84
titlestringNotification titlecommon/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:86
type"systemNotification"-common/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:82